[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes - __init__.py:1.9

Andreas Jung andreas@zope.com
Fri, 4 Jan 2002 11:42:59 -0500


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

Modified Files:
	__init__.py 
Log Message:
revert changes (update in trunk instead private branch)


=== Zope/lib/python/Products/PluginIndexes/__init__.py 1.8 => 1.9 ===
 import FieldIndex.FieldIndex
 import KeywordIndex.KeywordIndex
-import TextIndexNG.TextIndexNG
 
-_indexes =  ['TextIndex','TextIndexNG','KeywordIndex','FieldIndex','PathIndex']
+_indexes =  ['TextIndex','KeywordIndex','FieldIndex','PathIndex']
 
 def initialize(context):