[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes - __init__.py:1.7.10.1
Andreas Jung
andreas@zope.com
Fri, 4 Jan 2002 11:52:15 -0500
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes
In directory cvs.zope.org:/tmp/cvs-serv1438/lib/python/Products/PluginIndexes
Modified Files:
Tag: ajung-textindexng-branch
__init__.py
Log Message:
added
=== Zope/lib/python/Products/PluginIndexes/__init__.py 1.7 => 1.7.10.1 ===
import PathIndex.PathIndex
import TextIndex.TextIndex
+import TextIndexNG.TextIndexNG
import FieldIndex.FieldIndex
import KeywordIndex.KeywordIndex
-_indexes = ['TextIndex','KeywordIndex','FieldIndex','PathIndex']
+_indexes = ('TextIndex','TextIndexNG','KeywordIndex','FieldIndex','PathIndex')
def initialize(context):