Whitespace.
This commit is contained in:
parent
c5864ca9f7
commit
1f01a71aac
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user