[Zope-Checkins]
SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/resource.py
Remove no longer needed workaround
Hanno Schlichting
plone at hannosch.info
Sun Jul 29 06:50:15 EDT 2007
Log message for revision 78453:
Remove no longer needed workaround
Changed:
U Zope/branches/philikon-aq/lib/python/Products/Five/browser/resource.py
-=-
Modified: Zope/branches/philikon-aq/lib/python/Products/Five/browser/resource.py
===================================================================
--- Zope/branches/philikon-aq/lib/python/Products/Five/browser/resource.py 2007-07-29 10:49:45 UTC (rev 78452)
+++ Zope/branches/philikon-aq/lib/python/Products/Five/browser/resource.py 2007-07-29 10:50:15 UTC (rev 78453)
@@ -187,9 +187,6 @@
def __init__(self, context, request):
BrowserView.__init__(self, context, request)
- # OFSTraversable.absolute_url() assumes self.REQUEST being
- # accessible:
- self.REQUEST = request
def getId(self):
name = self.__name__
More information about the Zope-Checkins
mailing list