Skip to content

Commit

Permalink
removed unused sample code
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Forsythe-Cheasley committed May 2, 2014
1 parent 961f12e commit fb3b3fd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/ploneintranet/workspace/workspacefolder.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,3 @@ def participant_policy(self):
@participant_policy.setter
def participant_policy(self, value):
self._participant_policy = value


class SampleView(grok.View):
""" sample view class """

grok.context(IWorkspaceFolder)
grok.require('zope2.View')

# grok.name('view')

0 comments on commit fb3b3fd

Please sign in to comment.