From e341cdc5fe2f0a0c47b94c1a58d38ac03786db34 Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Wed, 15 Jul 2015 20:14:54 +0200 Subject: xmldsig part of saml2 --- example/sp-wsgi/sp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example') 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') -- cgit v1.2.1