summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2015-07-15 20:14:54 +0200
committerRoland Hedberg <roland.hedberg@adm.umu.se>2015-07-15 20:14:54 +0200
commite341cdc5fe2f0a0c47b94c1a58d38ac03786db34 (patch)
tree26b45ccd0c146603aa764a6d856da80025d19c4a /example
parent86d2651ae87f978df94a937b66b684b612e4dc25 (diff)
downloadpysaml2-e341cdc5fe2f0a0c47b94c1a58d38ac03786db34.tar.gz
xmldsig part of saml2
Diffstat (limited to 'example')
-rwxr-xr-xexample/sp-wsgi/sp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/sp-wsgi/sp.py b/example/sp-wsgi/sp.py
index a5c598e8..0a6befba 100755
--- a/example/sp-wsgi/sp.py
+++ b/example/sp-wsgi/sp.py
@@ -38,7 +38,7 @@ from saml2.s_utils import sid
from saml2.s_utils import rndstr
#from srtest import exception_trace
from saml2.samlp import Extensions
-import xmldsig as ds
+from saml2 import xmldsig as ds
logger = logging.getLogger("")
hdlr = logging.FileHandler('spx.log')