summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2012-12-21 15:32:10 +0100
committerRoland Hedberg <roland.hedberg@adm.umu.se>2012-12-21 15:32:10 +0100
commita4761b3274c2afcfd17055b707589a4cb29bf907 (patch)
tree44cc9cdb571cacec2dbef7acc86ce5c1354a7a54 /script
parent96abdd254b9b7d240ee51908a7454cc4c4bb0e92 (diff)
downloadpysaml2-a4761b3274c2afcfd17055b707589a4cb29bf907.tar.gz
Updated to comply with changes in pysaml2.
Diffstat (limited to 'script')
-rwxr-xr-xscript/saml2c.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/script/saml2c.py b/script/saml2c.py
new file mode 100755
index 00000000..f90482da
--- /dev/null
+++ b/script/saml2c.py
@@ -0,0 +1,10 @@
+#!/usr/bin/env python
+
+__author__ = 'rohe0002'
+
+from idp_test import saml2int
+from idp_test import SAML2client
+
+cli = SAML2client(saml2int)
+
+cli.run() \ No newline at end of file