summaryrefslogtreecommitdiffstats
path: root/python/examples/login.py
diff options
context:
space:
mode:
authorEmmanuel Raviart <eraviart@entrouvert.com>2004-07-13 12:03:35 +0000
committerEmmanuel Raviart <eraviart@entrouvert.com>2004-07-13 12:03:35 +0000
commit4987632942d65c26bfc7696924222beeb2c07bdb (patch)
treea3ea39f29204e21b100de471e2bd9157e2bda66e /python/examples/login.py
parent71459bc129f9031c7f4e878e7f53343f20a52c3f (diff)
downloadlasso-4987632942d65c26bfc7696924222beeb2c07bdb.tar.gz
lasso-4987632942d65c26bfc7696924222beeb2c07bdb.tar.xz
lasso-4987632942d65c26bfc7696924222beeb2c07bdb.zip
Corrected typo.
Diffstat (limited to 'python/examples/login.py')
-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