From 1efe75e48b76e1d1ace921c96a04484d4a848b44 Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Thu, 26 May 2016 20:04:35 +0200 Subject: [PATCH] Fixed imports --- tests/test_37_entity_categories.py | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/tests/test_37_entity_categories.py b/tests/test_37_entity_categories.py index 5161df2..625caaa 100644 --- a/tests/test_37_entity_categories.py +++ b/tests/test_37_entity_categories.py @@ -1,19 +1,11 @@ from contextlib import closing -from saml2 import saml, sigver -from saml2 import md +from saml2 import sigver from saml2 import config from saml2.assertion import Policy from saml2.attribute_converter import ac_factory -from saml2.extension import mdui -from saml2.extension import idpdisc -from saml2.extension import dri -from saml2.extension import mdattr -from saml2.extension import ui from pathutils import full_path from saml2.mdstore import MetadataStore from saml2.server import Server -from saml2 import xmldsig -from saml2 import xmlenc ATTRCONV = ac_factory(full_path("attributemaps"))