summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
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 baff0ea8..a276ef12 100644
--- a/python/lasso.py
+++ b/python/lasso.py
@@ -158,7 +158,7 @@ class LogoutRequest:
def __isprivate(self, name):
return name == '_o'
def __getattr__(self, name):
- if self.__isprivate(name):d
+ if self.__isprivate(name):
return self.__dict__[name]
if name[:2] == "__" and name[-2:] == "__" and name != "__members__":
raise AttributeError, name