Skip to content

Commit

Permalink
Declare view as an implementer of IPublishTraverse
Browse files Browse the repository at this point in the history
  • Loading branch information
hvelarde committed May 9, 2016
1 parent b641125 commit 476f96b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/collective/liveblog/browser/microupdates.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@
from time import time
from zExceptions import NotFound
from zope.event import notify
from zope.interface import implementer
from zope.lifecycleevent import ObjectModifiedEvent
from zope.publisher.interfaces import IPublishTraverse


@implementer(IPublishTraverse)
class MicroUpdateView(BrowserView, BaseView):

"""Default view for a Liveblog's micro-update."""
Expand Down

0 comments on commit 476f96b

Please sign in to comment.