summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2016-05-26 20:04:57 +0200
committerRoland Hedberg <roland.hedberg@adm.umu.se>2016-05-26 20:04:57 +0200
commit96170033ecf95aa86d3421f3f2b55233fdab7548 (patch)
treec73dfab3f74910c6ab79bfe68471bec12fd16c1e /tools
parent1efe75e48b76e1d1ace921c96a04484d4a848b44 (diff)
downloadpysaml2-96170033ecf95aa86d3421f3f2b55233fdab7548.tar.gz
Fixed imports
Diffstat (limited to 'tools')
-rwxr-xr-xtools/verify_metadata.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/verify_metadata.py b/tools/verify_metadata.py
index ac211b9a..c13b7acc 100755
--- a/tools/verify_metadata.py
+++ b/tools/verify_metadata.py
@@ -2,20 +2,8 @@
import argparse
-from saml2 import saml
-from saml2 import md
-from saml2 import xmldsig
-from saml2 import xmlenc
-
from saml2.attribute_converter import ac_factory
from saml2.httpbase import HTTPBase
-from saml2.extension import dri
-from saml2.extension import idpdisc
-from saml2.extension import mdattr
-from saml2.extension import mdrpi
-from saml2.extension import mdui
-from saml2.extension import shibmd
-from saml2.extension import ui
from saml2.sigver import _get_xmlsec_cryptobackend
from saml2.sigver import SecurityContext