Commit 7b08a4d7 authored by Andreas Jung's avatar Andreas Jung

reverted all changes (obviously having a bad day today)

parent ab667b57
......@@ -134,11 +134,6 @@ class Traversable:
the security machinery. Usually invoked using restrictedTraverse().
"""
if not isinstance(path, str):
path = [x for x in path if x]
print 'r',self.absolute_url(1), path
if not path:
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