[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes - __init__.py:1.10
Andreas Jung
andreas@digicool.com
Thu, 28 Feb 2002 10:32:02 -0500
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes
In directory cvs.zope.org:/tmp/cvs-serv29938
Modified Files:
__init__.py
Log Message:
added TopicIndex
=== Zope/lib/python/Products/PluginIndexes/__init__.py 1.9 => 1.10 ===
import FieldIndex.FieldIndex
import KeywordIndex.KeywordIndex
+import TopicIndex.TopicIndex
-_indexes = ['TextIndex','KeywordIndex','FieldIndex','PathIndex']
+_indexes = ('TextIndex','KeywordIndex','FieldIndex','PathIndex','TopicIndex')
def initialize(context):