[Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/Traversable.py reverted all changes (obviously having a bad day today)

Andreas Jung andreas at andreas-jung.com
Tue Feb 28 14:12:02 EST 2006


Log message for revision 65602:
  reverted all changes (obviously having a bad day today)
  

Changed:
  U   Zope/trunk/lib/python/OFS/Traversable.py

-=-
Modified: Zope/trunk/lib/python/OFS/Traversable.py
===================================================================
--- Zope/trunk/lib/python/OFS/Traversable.py	2006-02-28 18:09:31 UTC (rev 65601)
+++ Zope/trunk/lib/python/OFS/Traversable.py	2006-02-28 19:12:01 UTC (rev 65602)
@@ -134,11 +134,6 @@
         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
 



More information about the Zope-Checkins mailing list