
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3685 fd906abe-77d9-0310-91a1-e0d9ade77398
5 lines
166 B
Python
5 lines
166 B
Python
from zope.app.intid.browser import IntIdsView
|
|
from Products.Five import BrowserView
|
|
|
|
class FiveIntIdsView(IntIdsView, BrowserView):
|
|
""" utility view for five """
|