summaryrefslogtreecommitdiff
path: root/tests/test_37_entity_categories.py
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2016-05-26 20:04:35 +0200
committerRoland Hedberg <roland.hedberg@adm.umu.se>2016-05-26 20:04:35 +0200
commit1efe75e48b76e1d1ace921c96a04484d4a848b44 (patch)
tree37d2d5018339fc47ae651f772a3976b9e9f006bd /tests/test_37_entity_categories.py
parente7dfe6b18f27885adc42a2ecaea3ed30a726d711 (diff)
downloadpysaml2-1efe75e48b76e1d1ace921c96a04484d4a848b44.tar.gz
Fixed imports
Diffstat (limited to 'tests/test_37_entity_categories.py')
-rw-r--r--tests/test_37_entity_categories.py10
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/test_37_entity_categories.py b/tests/test_37_entity_categories.py
index 5161df2b..625caaa1 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"))