From c0d7f326b2e36bccf7112d69ad306a1a47f0874d Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Tue, 4 Aug 2009 19:25:40 +0000 Subject: [PATCH] remove "implements(IViewlet)" since the base class takes care of it. svn path=/plone.app.discussion/trunk/; revision=28357 --- plone/app/discussion/browser/comments.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/plone/app/discussion/browser/comments.py b/plone/app/discussion/browser/comments.py index 3ece16a..8759dfa 100644 --- a/plone/app/discussion/browser/comments.py +++ b/plone/app/discussion/browser/comments.py @@ -201,8 +201,6 @@ class CommentForm(extensible.ExtensibleForm, form.Form): class ViewletFormWrapper(ViewletBase, layout.FormWrapper): - implements(IViewlet) - form = CommentForm def index(self):