summaryrefslogtreecommitdiff
path: root/src/saml2/sdb.py
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2015-12-01 12:53:35 +0100
committerRoland Hedberg <roland.hedberg@adm.umu.se>2015-12-01 12:53:35 +0100
commit883b89efb07acf6e28eb177f9f582aad1e33ba58 (patch)
tree733e979d4790241f1874b15f98f2bae33429a90e /src/saml2/sdb.py
parentcff1391d73a4e81bf53ff11017b40bd016d82010 (diff)
downloadpysaml2-883b89efb07acf6e28eb177f9f582aad1e33ba58.tar.gz
Made MetaData instances pickleable.
Diffstat (limited to 'src/saml2/sdb.py')
-rw-r--r--src/saml2/sdb.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/saml2/sdb.py b/src/saml2/sdb.py
index d4fc155a..8b0c60b4 100644
--- a/src/saml2/sdb.py
+++ b/src/saml2/sdb.py
@@ -15,18 +15,6 @@ from saml2 import xmldsig
from saml2 import xmlenc
-ONTS = {
- saml.NAMESPACE: saml,
- mdui.NAMESPACE: mdui,
- mdattr.NAMESPACE: mdattr,
- dri.NAMESPACE: dri,
- ui.NAMESPACE: ui,
- idpdisc.NAMESPACE: idpdisc,
- md.NAMESPACE: md,
- xmldsig.NAMESPACE: xmldsig,
- xmlenc.NAMESPACE: xmlenc
-}
-
__author__ = 'rolandh'
logger = logging.getLogger(__name__)