[Zope-Checkins] SVN: Zope/branches/andig-catalog-report/src/Products/ZCatalog/Catalog.py Minimize diff some more
Hanno Schlichting
hannosch at hannosch.eu
Sat Jul 24 14:16:31 EDT 2010
Log message for revision 115044:
Minimize diff some more
Changed:
U Zope/branches/andig-catalog-report/src/Products/ZCatalog/Catalog.py
-=-
Modified: Zope/branches/andig-catalog-report/src/Products/ZCatalog/Catalog.py
===================================================================
--- Zope/branches/andig-catalog-report/src/Products/ZCatalog/Catalog.py 2010-07-24 18:14:44 UTC (rev 115043)
+++ Zope/branches/andig-catalog-report/src/Products/ZCatalog/Catalog.py 2010-07-24 18:16:31 UTC (rev 115044)
@@ -33,6 +33,7 @@
LOG = logging.getLogger('Zope.ZCatalog')
+
try:
from DocumentTemplate.cDocumentTemplate import safe_callable
except ImportError:
@@ -85,6 +86,7 @@
self._v_brains = brains
self.updateBrains()
+
def __len__(self):
return self._length()
More information about the Zope-Checkins
mailing list