summaryrefslogtreecommitdiff
path: root/src/saml2/assertion.py
diff options
context:
space:
mode:
authorClint Byrum <clint@fewbar.com>2015-05-20 23:53:25 -0700
committerClint Byrum <clint@fewbar.com>2015-05-21 00:13:26 -0700
commit29221328be15255035b9ba221c8efaac52a68431 (patch)
tree78ecff3809ddb23c23353d0bcb22fad57ac57a9d /src/saml2/assertion.py
parentda21b279e2fa7d5c94ec370c02a7507f91d8ce43 (diff)
downloadpysaml2-29221328be15255035b9ba221c8efaac52a68431.tar.gz
Fix import issues with python3
Relative imports are different and some modules were renamed.
Diffstat (limited to 'src/saml2/assertion.py')
-rw-r--r--src/saml2/assertion.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/saml2/assertion.py b/src/saml2/assertion.py
index 58d61ae6..8c828b40 100644
--- a/src/saml2/assertion.py
+++ b/src/saml2/assertion.py
@@ -6,7 +6,7 @@ import logging
import re
from saml2.saml import NAME_FORMAT_URI
import six
-import xmlenc
+from saml2 import xmlenc
from saml2 import saml