svn path=/plone.app.discussion/trunk/; revision=27066
This commit is contained in:
Martin Aspeli 2009-05-23 16:10:24 +00:00
parent ac8fd41c10
commit c28bfbe18f
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ class Conversation(Traversable, Persistent, Explicit):
"""Get threaded comments
"""
# TODO - build threads
raise []
return []
def addComment(self, comment):
"""Add a new comment. The parent id should have been set already. The