cybertools/z2/intid/browser.py
helmutm d1110c410e include slightly modified copy of five.intid
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3685 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-01-14 12:12:30 +00:00

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 """