summaryrefslogtreecommitdiffstats
path: root/python/examples/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/examples/test.py')
-rwxr-xr-xpython/examples/test.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/examples/test.py b/python/examples/test.py
index 9f4ada8f..03541eca 100755
--- a/python/examples/test.py
+++ b/python/examples/test.py
@@ -5,8 +5,6 @@ import sys
sys.path.insert(0, '../')
import lasso
-lasso.init()
-
# creation d'une AuthnRequest
req = lasso.AuthnRequest("http://providerid.com")
req.set_forceAuthn(0)