We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7dfe6b commit 1efe75eCopy full SHA for 1efe75e
tests/test_37_entity_categories.py
@@ -1,19 +1,11 @@
1
from contextlib import closing
2
-from saml2 import saml, sigver
3
-from saml2 import md
+from saml2 import sigver
4
from saml2 import config
5
from saml2.assertion import Policy
6
from saml2.attribute_converter import ac_factory
7
-from saml2.extension import mdui
8
-from saml2.extension import idpdisc
9
-from saml2.extension import dri
10
-from saml2.extension import mdattr
11
-from saml2.extension import ui
12
from pathutils import full_path
13
from saml2.mdstore import MetadataStore
14
from saml2.server import Server
15
-from saml2 import xmldsig
16
-from saml2 import xmlenc
17
18
19
ATTRCONV = ac_factory(full_path("attributemaps"))
0 commit comments