[Zope-Checkins]
SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/__init__.py
BBB/TODO comments
Philipp von Weitershausen
philikon at philikon.de
Sat Jul 28 11:03:08 EDT 2007
Log message for revision 78429:
BBB/TODO comments
Changed:
U Zope/branches/philikon-aq/lib/python/Products/Five/browser/__init__.py
-=-
Modified: Zope/branches/philikon-aq/lib/python/Products/Five/browser/__init__.py
===================================================================
--- Zope/branches/philikon-aq/lib/python/Products/Five/browser/__init__.py 2007-07-28 14:55:52 UTC (rev 78428)
+++ Zope/branches/philikon-aq/lib/python/Products/Five/browser/__init__.py 2007-07-28 15:03:08 UTC (rev 78429)
@@ -19,5 +19,10 @@
class BrowserView(zope.publisher.browser.BrowserView):
+ # BBB for code that expects BrowserView to still inherit from
+ # Acquisition.Explicit.
+
def __of__(self):
return self
+
+ # TODO we probably want to provide the aq_* properties as well
More information about the Zope-Checkins
mailing list