[Zope-Checkins]
SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/__init__.py
__of__ should take an argument, even if we ignore it
Hanno Schlichting
plone at hannosch.info
Sat Jul 28 15:52:46 EDT 2007
Log message for revision 78434:
__of__ should take an argument, even if we ignore it
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 18:44:05 UTC (rev 78433)
+++ Zope/branches/philikon-aq/lib/python/Products/Five/browser/__init__.py 2007-07-28 19:52:46 UTC (rev 78434)
@@ -22,7 +22,7 @@
# BBB for code that expects BrowserView to still inherit from
# Acquisition.Explicit.
- def __of__(self):
+ def __of__(self, context):
return self
# TODO we probably want to provide the aq_* properties as well
More information about the Zope-Checkins
mailing list