[Zope-Checkins] SVN: Products.Five/trunk/traversable.py we can by
now use a stupid base class. really, we can get rid of the
Philipp von Weitershausen
philikon at philikon.de
Tue May 2 05:31:16 EDT 2006
Log message for revision 67821:
we can by now use a stupid base class. really, we can get rid of the
whole class. in a minute.
Changed:
U Products.Five/trunk/traversable.py
-=-
Modified: Products.Five/trunk/traversable.py
===================================================================
--- Products.Five/trunk/traversable.py 2006-05-02 09:21:45 UTC (rev 67820)
+++ Products.Five/trunk/traversable.py 2006-05-02 09:31:16 UTC (rev 67821)
@@ -114,7 +114,7 @@
raise AttributeError(name)
-class FiveTraversable(DefaultTraversable):
+class FiveTraversable(object):
def __init__(self, subject):
if zope.deprecation.__show__():
More information about the Zope-Checkins
mailing list