revert changes from rev. 27776.

svn path=/plone.app.discussion/trunk/; revision=27777
This commit is contained in:
Timo Stollenwerk 2009-07-02 16:35:28 +00:00
parent 045a926621
commit d7bbee3a99
1 changed files with 1 additions and 2 deletions

View File

@ -167,8 +167,7 @@ class Conversation(Traversable, Persistent, Explicit):
@property
def commentators(self):
if len(self._commentators.keys()) != 0:
return self._commentators.keys()
return self._commentators.keys()
def objectIds(self):
return self._comments.keys()