From e577dd94ace3f664c0ba0966af270781ae4990ec Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 16 Feb 2015 09:33:07 -0500 Subject: Add Policy class to help filter attributes Signed-off-by: Simo Sorce Reviewed-by: Patrick Uiterwijk --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1b7cc16..f527641 100644 --- a/Makefile +++ b/Makefile @@ -68,6 +68,7 @@ test: lp-test unittests tests unittests: PYTHONPATH=./ ./ipsilon/tools/saml2metadata.py + PYTHONPATH=./ python ./ipsilon/util/policy.py sdist: python setup.py sdist -- cgit