Whitespace.

This commit is contained in:
Timo Stollenwerk 2012-01-09 16:31:52 +01:00
parent c5864ca9f7
commit 1f01a71aac
7 changed files with 84 additions and 84 deletions

View File

@ -85,8 +85,8 @@ class Comment(CatalogAware, WorkflowAware, DynamicType, Traversable,
__parent__ = None
comment_id = None # long
in_reply_to = None # long
comment_id = None # long
in_reply_to = None # long
title = u""
@ -182,13 +182,13 @@ class Comment(CatalogAware, WorkflowAware, DynamicType, Traversable,
# CMF's event handlers assume any IDynamicType has these :(
def opaqueItems(self): # pragma: no cover
def opaqueItems(self): # pragma: no cover
return []
def opaqueIds(self): # pragma: no cover
def opaqueIds(self): # pragma: no cover
return []
def opaqueValues(self): # pragma: no cover
def opaqueValues(self): # pragma: no cover
return []
CommentFactory = Factory(Comment)