[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TopicIndex - TopicIndex.py:1.11
Casey Duncan
casey@zope.com
Thu, 5 Dec 2002 16:35:55 -0500
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TopicIndex
In directory cvs.zope.org:/tmp/cvs-serv6138/lib/python/Products/PluginIndexes/TopicIndex
Modified Files:
TopicIndex.py
Log Message:
Merging pluginindex cleanup into the head
=== Zope/lib/python/Products/PluginIndexes/TopicIndex/TopicIndex.py 1.10 => 1.11 ===
--- Zope/lib/python/Products/PluginIndexes/TopicIndex/TopicIndex.py:1.10 Thu Nov 28 11:32:02 2002
+++ Zope/lib/python/Products/PluginIndexes/TopicIndex/TopicIndex.py Thu Dec 5 16:35:53 2002
@@ -94,7 +94,8 @@
return n
- numObjects = "does not apply"
+ def numObjects(self):
+ return "N/A"
def keys(self): pass