[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes - __init__.py:1.11.34.1
Martijn Pieters
mj@zope.com
Wed, 8 May 2002 17:15:26 -0400
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes
In directory cvs.zope.org:/tmp/cvs-serv16358
Modified Files:
Tag: mj-dateindexes_integration-branch
__init__.py
Log Message:
Third time lucky. Rename dir, and move DateRangeIndex to it's own package.
=== Zope/lib/python/Products/PluginIndexes/__init__.py 1.11 => 1.11.34.1 ===
import TopicIndex.TopicIndex
-_indexes = ('TextIndex','KeywordIndex','FieldIndex','PathIndex','TopicIndex')
+_indexes = ('TextIndex','KeywordIndex','FieldIndex','PathIndex','TopicIndex',
+ 'DateIndex', 'DateRangeIndex')
def initialize(context):