summaryrefslogtreecommitdiff
path: root/src/saml2/config.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/config.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/config.py')
-rw-r--r--src/saml2/config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/saml2/config.py b/src/saml2/config.py
index cbc2b8b7..d7953a0b 100644
--- a/src/saml2/config.py
+++ b/src/saml2/config.py
@@ -31,8 +31,8 @@ from saml2.extension import idpdisc
from saml2.extension import dri
from saml2.extension import mdattr
from saml2.extension import ui
-import xmldsig
-import xmlenc
+from saml2 import xmldsig
+from saml2 import xmlenc
ONTS = {