[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes - __init__.py:1.6.20.1
Andreas Jung
andreas@zope.com
Mon, 15 Oct 2001 14:16:54 -0400
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes
In directory cvs.zope.org:/tmp/cvs-serv16166
Modified Files:
Tag: ajung-topicindex
__init__.py
Log Message:
=== Zope/lib/python/Products/PluginIndexes/__init__.py 1.6 => 1.6.20.1 ===
import FieldIndex.FieldIndex
import KeywordIndex.KeywordIndex
+import TopicIndex.TopicIndex
-_indexes = ['TextIndex','KeywordIndex','FieldIndex','PathIndex']
+_indexes = ['TextIndex','KeywordIndex','FieldIndex','PathIndex','TopicIndex']
def initialize(context):