Commit 223b6c6e authored by Hanno Schlichting's avatar Hanno Schlichting

Remove no longer needed workaround

parent b1d7ba24
......@@ -187,9 +187,6 @@ class DirectoryResource(BrowserView, Resource, OFSTraversable):
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__
......
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