Whitespace.
This commit is contained in:
parent
c5864ca9f7
commit
1f01a71aac
@ -85,8 +85,8 @@ class Comment(CatalogAware, WorkflowAware, DynamicType, Traversable,
|
|||||||
|
|
||||||
__parent__ = None
|
__parent__ = None
|
||||||
|
|
||||||
comment_id = None # long
|
comment_id = None # long
|
||||||
in_reply_to = None # long
|
in_reply_to = None # long
|
||||||
|
|
||||||
title = u""
|
title = u""
|
||||||
|
|
||||||
@ -182,13 +182,13 @@ class Comment(CatalogAware, WorkflowAware, DynamicType, Traversable,
|
|||||||
|
|
||||||
# CMF's event handlers assume any IDynamicType has these :(
|
# CMF's event handlers assume any IDynamicType has these :(
|
||||||
|
|
||||||
def opaqueItems(self): # pragma: no cover
|
def opaqueItems(self): # pragma: no cover
|
||||||
return []
|
return []
|
||||||
|
|
||||||
def opaqueIds(self): # pragma: no cover
|
def opaqueIds(self): # pragma: no cover
|
||||||
return []
|
return []
|
||||||
|
|
||||||
def opaqueValues(self): # pragma: no cover
|
def opaqueValues(self): # pragma: no cover
|
||||||
return []
|
return []
|
||||||
|
|
||||||
CommentFactory = Factory(Comment)
|
CommentFactory = Factory(Comment)
|
||||||
|
Loading…
Reference in New Issue
Block a user