[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TopicIndex - FilteredSet.py:1.1.2.9

Andreas Jung andreas@zope.com
Wed, 17 Oct 2001 13:13:42 -0400


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

Modified Files:
      Tag: ajung-topicindex
	FilteredSet.py 
Log Message:


=== Zope/lib/python/Products/PluginIndexes/TopicIndex/FilteredSet.py 1.1.2.8 => 1.1.2.9 ===
 
     def index_object(self, documentId, obj):
-        pass
+        raise RuntimeError, 'not implemented yet' 
 
 
 def factory(f_id, f_type, expr):