[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes - __init__.py:1.11.34.2
Martijn Pieters
mj@zope.com
Wed, 8 May 2002 17:33:52 -0400
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes
In directory cvs.zope.org:/tmp/cvs-serv21920
Modified Files:
Tag: mj-dateindexes_integration-branch
__init__.py
Log Message:
- Add license headers
- Integrate better with PluginIndexes package
Tests still fail.
=== Zope/lib/python/Products/PluginIndexes/__init__.py 1.11.34.1 => 1.11.34.2 ===
import KeywordIndex.KeywordIndex
import TopicIndex.TopicIndex
+import DateIndex.DateIndex
+import DateRangeIndex.DateRangeIndex
_indexes = ('TextIndex','KeywordIndex','FieldIndex','PathIndex','TopicIndex',
'DateIndex', 'DateRangeIndex')