summaryrefslogtreecommitdiff
path: root/src/saml2/sdb.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/saml2/sdb.py')
-rw-r--r--src/saml2/sdb.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/saml2/sdb.py b/src/saml2/sdb.py
index d36a8402..01c69aea 100644
--- a/src/saml2/sdb.py
+++ b/src/saml2/sdb.py
@@ -4,17 +4,6 @@ from hashlib import sha1
from saml2.ident import code_binary
-from saml2 import md
-from saml2 import saml
-from saml2.extension import mdui
-from saml2.extension import idpdisc
-from saml2.extension import dri
-from saml2.extension import mdattr
-from saml2 import xmldsig
-from saml2 import xmlenc
-
-
-__author__ = 'rolandh'
logger = logging.getLogger(__name__)