diff options
| author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-04-13 17:31:35 +0000 |
|---|---|---|
| committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-04-13 17:31:35 +0000 |
| commit | 6c29b232c028cb51f8e558ce609093ad9887b42a (patch) | |
| tree | 355e00e7fbf2c4242154f08dc17e46cd6df5c73a /python | |
| parent | f98a9ea8c7d96ec6dcfc942f0bd0538f6a3b3904 (diff) | |
| download | lasso-6c29b232c028cb51f8e558ce609093ad9887b42a.tar.gz lasso-6c29b232c028cb51f8e558ce609093ad9887b42a.tar.xz lasso-6c29b232c028cb51f8e558ce609093ad9887b42a.zip | |
*** empty log message ***
Diffstat (limited to 'python')
| -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 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 |
