move comment view from browser/comments.py to browser/comment.py.

svn path=/plone.app.discussion/trunk/; revision=33214
This commit is contained in:
Timo Stollenwerk
2010-01-18 09:54:27 +00:00
parent dc2e5232f7
commit d1bd1469c8
3 changed files with 18 additions and 15 deletions
+1 -1
View File
@@ -83,7 +83,7 @@
name="view"
for="plone.app.discussion.interfaces.IComment"
layer="..interfaces.IDiscussionLayer"
class=".comments.View"
class=".comment.View"
permission="zope2.View"
/>