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

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


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

Modified Files:
	PathIndex.py 
Log Message:
forgotten braces


=== Zope/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py 1.38 => 1.39 ===
--- Zope/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py:1.38	Tue Nov  4 20:17:44 2003
+++ Zope/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py	Sun Nov  9 14:02:23 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