From 1e95e33573fb03c91c7ed517ec088f6d80e9e47c Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Sat, 13 Apr 2013 22:47:30 +0200 Subject: [PATCH] Pep8 --- plone/app/discussion/interfaces.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plone/app/discussion/interfaces.py b/plone/app/discussion/interfaces.py index 15c674d..9e64b2e 100644 --- a/plone/app/discussion/interfaces.py +++ b/plone/app/discussion/interfaces.py @@ -34,23 +34,23 @@ class IConversation(IIterableMapping): title=_(u"Total number of public comments on this item"), min=0, readonly=True, - ) + ) last_comment_date = schema.Date( title=_(u"Date of the most recent public comment"), readonly=True, - ) + ) commentators = schema.Set( title=_(u"The set of unique commentators (usernames)"), readonly=True, - ) + ) public_commentators = schema.Set( title=_(u"The set of unique commentators (usernames) of" " published_comments"), readonly=True, - ) + ) def addComment(comment): """Adds a new comment to the list of comments, and returns the