summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2013-01-30 18:03:13 +0100
committerRoland Hedberg <roland.hedberg@adm.umu.se>2013-01-30 18:03:13 +0100
commit33ea36b24abb2d6c7394e44413eb1052132bb84a (patch)
tree74f2d96f46ee0d7ad55d0744fe2d3572b1b598d6 /script
parent9c33e19f716e0a19a6b8641eb5773a1f0dce290e (diff)
downloadpysaml2-33ea36b24abb2d6c7394e44413eb1052132bb84a.tar.gz
Renamed saml2int to saml2base since it's not specific saml2int profile stuff.
Added another SP service (discovery response). Fixed unicode problem.
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 76154e89..6cbdc286 100755
--- a/script/saml2c.py
+++ b/script/saml2c.py
@@ -2,8 +2,8 @@
__author__ = 'rohe0002'
-from idp_test import saml2int
+from idp_test import saml2base
from idp_test import SAML2client
-cli = SAML2client(saml2int)
+cli = SAML2client(saml2base)
cli.run() \ No newline at end of file