summaryrefslogtreecommitdiff
path: root/src/saml2/md.py
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2015-05-15 19:23:01 +0200
committerRoland Hedberg <roland.hedberg@adm.umu.se>2015-05-15 19:23:01 +0200
commit9af3252035484f4a8c624eba0f35b68280d43fd2 (patch)
treef0a4b68f94971ad041c74c505f3737b0f7371ccf /src/saml2/md.py
parent78885261dab1ac588fae0ba920697664ae24b417 (diff)
downloadpysaml2-9af3252035484f4a8c624eba0f35b68280d43fd2.tar.gz
Moved s2repoze, xmkdsig and xmlenc under saml2.
Fixed bug in mdstore.MetadataStore in handling external metadata using the new config format.
Diffstat (limited to 'src/saml2/md.py')
-rw-r--r--src/saml2/md.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/saml2/md.py b/src/saml2/md.py
index 60b60ad4..f5c779f5 100644
--- a/src/saml2/md.py
+++ b/src/saml2/md.py
@@ -5,11 +5,10 @@
#
import saml2
-from saml2 import SamlBase
-
-import xmldsig as ds
-import xmlenc as xenc
from saml2 import saml
+from saml2 import SamlBase
+from saml2 import xmldsig as ds
+from saml2 import xmlenc as xenc
NAMESPACE = 'urn:oasis:names:tc:SAML:2.0:metadata'