[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/PathIndex - PathIndex.py:1.35.2.4

Andreas Jung cvs-admin at zope.org
Sun Nov 9 14:03:20 EST 2003


Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/PathIndex
In directory cvs.zope.org:/tmp/cvs-serv10459/PluginIndexes/PathIndex

Modified Files:
      Tag: Zope-2_7-branch
	PathIndex.py 
Log Message:
braces forgotten


=== Zope/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py 1.35.2.3 => 1.35.2.4 ===
--- Zope/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py:1.35.2.3	Tue Nov  4 20:13:47 2003
+++ Zope/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py	Sun Nov  9 14:03:19 2003
@@ -204,7 +204,7 @@
     def numObjects(self):
         """ return the number of indexed objects"""
         self._migrate_length()
-        return self._length
+        return self._length()
 
     def _migrate_length(self):
         """ migrate index to use new _length attribute """




More information about the Zope-Checkins mailing list