summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/examples/login.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/examples/login.py b/python/examples/login.py
index 7aa30453..b1f13bd8 100644
--- a/python/examples/login.py
+++ b/python/examples/login.py
@@ -52,7 +52,7 @@ idplogin = lasso.Login.new(server, None)
# get query part in msg_url
authn_request_msg = string.split(splogin.msg_url, '?')[1]
ret = idplogin.init_from_authn_request_msg(authn_request_msg,
- lasso.httpMethodRedirect);
+ lasso.httpMethodRedirect)
print "ProtocolProfile =", idplogin.protocolProfile