This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
tabellio.pcfviews/tabellio/pcfviews/comevent.py

9 lines
212 B
Python

from five import grok
from parlevent import ParlEventBaseView
from tabellio.agenda.comevent import IComEvent
class View(grok.View, ParlEventBaseView):
grok.context(IComEvent)
grok.require('zope2.View')