[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/DateIndex - DateIndex.py:1.4
Casey Duncan
casey@zope.com
Wed, 26 Jun 2002 09:37:19 -0400
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/DateIndex
In directory cvs.zope.org:/tmp/cvs-serv30051/DateIndex
Modified Files:
DateIndex.py
Log Message:
Added cvs id fields
=== Zope/lib/python/Products/PluginIndexes/DateIndex/DateIndex.py 1.3 => 1.4 ===
##############################################################################
+"""$Id$
+"""
+
from DateTime.DateTime import DateTime
from Products.PluginIndexes import PluggableIndex
from Products.PluginIndexes.common.UnIndex import UnIndex