summaryrefslogtreecommitdiff
path: root/src/saml2/s2repoze
diff options
context:
space:
mode:
authorHans Hörberg <hans.horberg@umu.se>2015-05-26 10:19:17 +0200
committerHans Hörberg <hans.horberg@umu.se>2015-05-26 10:19:17 +0200
commite85fffa51f89f5fa20d5910dadc1ede8f9c69ac8 (patch)
tree06514b3838692fd66f811f65d457689802fedcf2 /src/saml2/s2repoze
parent5a1add68271394a00c94048defc02b2eff161777 (diff)
downloadpysaml2-e85fffa51f89f5fa20d5910dadc1ede8f9c69ac8.tar.gz
Fix to use the correct Extensions element.
Diffstat (limited to 'src/saml2/s2repoze')
-rw-r--r--src/saml2/s2repoze/plugins/sp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/saml2/s2repoze/plugins/sp.py b/src/saml2/s2repoze/plugins/sp.py
index 2088a5f5..63d4f663 100644
--- a/src/saml2/s2repoze/plugins/sp.py
+++ b/src/saml2/s2repoze/plugins/sp.py
@@ -14,7 +14,7 @@ import traceback
import saml2
import six
from urlparse import parse_qs, urlparse
-from saml2.md import Extensions
+from saml2.samlp import Extensions
from saml2 import xmldsig as ds
from StringIO import StringIO