pylint fixes

This commit is contained in:
Romain Bignon 2011-05-08 17:51:06 +02:00
commit 2825ff643b
3 changed files with 7 additions and 11 deletions

View file

@ -77,7 +77,7 @@ class Message(CapBaseObject):
@property
def full_parent_id(self):
if self.parent:
return self.parent.full_id()
return self.parent.full_id
elif self._parent_id is None:
return ''
elif self._parent_id is NotLoaded: