summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-07-15 20:22:12 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-07-15 20:22:12 +0000
commit63f63b0e4d184de2c6b2ca2e197ad96116e75f66 (patch)
tree12039c8c826db576bd885c07125576f90e6b9484 /python
parentb9d858a45528929c3cc2379a2510840c6c537374 (diff)
downloadlasso-63f63b0e4d184de2c6b2ca2e197ad96116e75f66.tar.gz
lasso-63f63b0e4d184de2c6b2ca2e197ad96116e75f66.tar.xz
lasso-63f63b0e4d184de2c6b2ca2e197ad96116e75f66.zip
*** empty log message ***
Diffstat (limited to 'python')
-rw-r--r--python/lasso.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/lasso.py b/python/lasso.py
index d8c01de4..2ef17ad2 100644
--- a/python/lasso.py
+++ b/python/lasso.py
@@ -888,7 +888,7 @@ class Login:
if ret is None:
raise AttributeError, name
if name == "user":
- ret = LassoUser(_obj=ret)
+ ret = User(_obj=ret)
if name == "request":
# print "request_type =", lassomod.login_getattr(self, "request_type")
if lassomod.login_getattr(self, "request_type") == messageTypeAuthnRequest: