No longer inherit from Acquisiton.Explicit.

parent 876e0757
...@@ -15,11 +15,9 @@ ...@@ -15,11 +15,9 @@
$Id$ $Id$
""" """
import Acquisition
import zope.publisher.browser import zope.publisher.browser
class BrowserView(Acquisition.Explicit, zope.publisher.browser.BrowserView): class BrowserView(zope.publisher.browser.BrowserView):
"""Five browser view
Mixes in explicit acquisition so that security can be acquired for def __of__(self):
views""" return self
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment