[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/DateRangeIndex - DateRangeIndex.py:1.3

Casey Duncan casey@zope.com
Wed, 26 Jun 2002 09:37:19 -0400


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

Modified Files:
	DateRangeIndex.py 
Log Message:
Added cvs id fields


=== Zope/lib/python/Products/PluginIndexes/DateRangeIndex/DateRangeIndex.py 1.2 => 1.3 ===
 ##############################################################################
 
+"""$Id$
+"""
+
 from Products.PluginIndexes import PluggableIndex
 from Products.PluginIndexes.common.UnIndex import UnIndex
 from Products.PluginIndexes.common.util import parseIndexRequest