diff options
Diffstat (limited to 'python/lasso.py')
| -rw-r--r-- | python/lasso.py | 2 |
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: |
