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 1efe75e commit 9617003Copy full SHA for 9617003
tools/verify_metadata.py
@@ -2,20 +2,8 @@
2
3
import argparse
4
5
-from saml2 import saml
6
-from saml2 import md
7
-from saml2 import xmldsig
8
-from saml2 import xmlenc
9
-
10
from saml2.attribute_converter import ac_factory
11
from saml2.httpbase import HTTPBase
12
-from saml2.extension import dri
13
-from saml2.extension import idpdisc
14
-from saml2.extension import mdattr
15
-from saml2.extension import mdrpi
16
-from saml2.extension import mdui
17
-from saml2.extension import shibmd
18
-from saml2.extension import ui
19
20
from saml2.sigver import _get_xmlsec_cryptobackend
21
from saml2.sigver import SecurityContext
0 commit comments