summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2013-05-30 20:30:57 +0200
committerRoland Hedberg <roland.hedberg@adm.umu.se>2013-05-30 20:30:57 +0200
commit6ccfb9517de385127b9e4a3a0fdbee28e44f1215 (patch)
treeecd1ee6e46b56f699d1bd182c696b41e7d61dca7 /script
parentdd1c8abbdbc45aecf3a2b9dbc6a781d468da0bea (diff)
downloadpysaml2-6ccfb9517de385127b9e4a3a0fdbee28e44f1215.tar.gz
Allow for specifying the test definition to not be in saml2base
Diffstat (limited to 'script')
-rwxr-xr-xscript/saml2c.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/script/saml2c.py b/script/saml2c.py
index 8590e579..df86d5c6 100755
--- a/script/saml2c.py
+++ b/script/saml2c.py
@@ -1,9 +1,9 @@
#!/usr/bin/env python
__author__ = 'rohe0002'
-from idp_test import saml2base
+#from idp_test import saml2base
from idp_test import SAML2client
from idp_test.check import factory
-cli = SAML2client(saml2base, factory)
+cli = SAML2client(factory)
cli.run() \ No newline at end of file