[Zope-Checkins] SVN: Zope/trunk/src/Products/ZCatalog/tests/test_brains.py New-style classes aren't all that new anymore
Hanno Schlichting
hannosch at hannosch.eu
Sat Jul 31 17:50:49 EDT 2010
Log message for revision 115295:
New-style classes aren't all that new anymore
Changed:
U Zope/trunk/src/Products/ZCatalog/tests/test_brains.py
-=-
Modified: Zope/trunk/src/Products/ZCatalog/tests/test_brains.py
===================================================================
--- Zope/trunk/src/Products/ZCatalog/tests/test_brains.py 2010-07-31 21:47:39 UTC (rev 115294)
+++ Zope/trunk/src/Products/ZCatalog/tests/test_brains.py 2010-07-31 21:50:48 UTC (rev 115295)
@@ -98,7 +98,7 @@
raise ConflictError
-class BrainsTestBase:
+class BrainsTestBase(object):
_old_flag = None
More information about the Zope-Checkins
mailing list