remove "implements(IViewlet)" since the base class takes care of it.

svn path=/plone.app.discussion/trunk/; revision=28357
This commit is contained in:
Timo Stollenwerk 2009-08-04 19:25:40 +00:00
parent 01f44e3147
commit c0d7f326b2
1 changed files with 0 additions and 2 deletions

View File

@ -201,8 +201,6 @@ class CommentForm(extensible.ExtensibleForm, form.Form):
class ViewletFormWrapper(ViewletBase, layout.FormWrapper):
implements(IViewlet)
form = CommentForm
def index(self):