Skip to content

Commit 9617003

Browse files
author
Roland Hedberg
committed
Fixed imports
1 parent 1efe75e commit 9617003

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

tools/verify_metadata.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,8 @@
22

33
import argparse
44

5-
from saml2 import saml
6-
from saml2 import md
7-
from saml2 import xmldsig
8-
from saml2 import xmlenc
9-
105
from saml2.attribute_converter import ac_factory
116
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
197

208
from saml2.sigver import _get_xmlsec_cryptobackend
219
from saml2.sigver import SecurityContext

0 commit comments

Comments
 (0)