summaryrefslogtreecommitdiff
path: root/src/saml2/saml.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/saml.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/saml.py')
-rw-r--r--src/saml2/saml.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/saml2/saml.py b/src/saml2/saml.py
index 3ee8b5c5..339bdbb2 100644
--- a/src/saml2/saml.py
+++ b/src/saml2/saml.py
@@ -11,8 +11,8 @@ from saml2.validate import valid_domain_name
import saml2
from saml2 import SamlBase
-import xmldsig as ds
-import xmlenc as xenc
+from saml2 import xmldsig as ds
+from saml2 import xmlenc as xenc
NAMESPACE = 'urn:oasis:names:tc:SAML:2.0:assertion'