[Zope-Checkins] SVN: Zope/trunk/src/Products/ZCatalog/Lazy.py No need for old style classes here

Hanno Schlichting hannosch at hannosch.eu
Sat Jul 31 17:32:02 EDT 2010


Log message for revision 115290:
  No need for old style classes here
  

Changed:
  U   Zope/trunk/src/Products/ZCatalog/Lazy.py

-=-
Modified: Zope/trunk/src/Products/ZCatalog/Lazy.py
===================================================================
--- Zope/trunk/src/Products/ZCatalog/Lazy.py	2010-07-31 21:28:36 UTC (rev 115289)
+++ Zope/trunk/src/Products/ZCatalog/Lazy.py	2010-07-31 21:32:02 UTC (rev 115290)
@@ -11,7 +11,7 @@
 #
 ##############################################################################
 
-class Lazy:
+class Lazy(object):
 
     # Allow (reluctantly) access to unprotected attributes
     __allow_access_to_unprotected_subobjects__=1



More information about the Zope-Checkins mailing list