Skip to content

Commit

Permalink
correct docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Forsythe-Cheasley committed May 2, 2014
1 parent a220d59 commit c2f490a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ploneintranet/workspace/workspacefolder.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class IWorkspaceFolder(form.Schema, IImageScaleTraversable):
"""
A WorkspaceFolder users can collaborate in
Interface for WorkspaceFolder
"""

# If you want a schema-defined interface, delete the model.load
Expand All @@ -19,6 +19,9 @@ class IWorkspaceFolder(form.Schema, IImageScaleTraversable):


class WorkspaceFolder(Container):
"""
A WorkspaceFolder users can collaborate in
"""
grok.implements(IWorkspaceFolder)

# Block local role acquisition so that users
Expand Down

0 comments on commit c2f490a

Please sign in to comment.