From 6c29b232c028cb51f8e558ce609093ad9887b42a Mon Sep 17 00:00:00 2001 From: Valery Febvre Date: Tue, 13 Apr 2004 17:31:35 +0000 Subject: *** empty log message *** --- python/lasso.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') 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 -- cgit