[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/DateIndex - DateIndex.py:1.10

Andreas Jung andreas@andreas-jung.com
Thu, 23 Jan 2003 12:46:51 -0500


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

Modified Files:
	DateIndex.py 
Log Message:
Merging ajung-oneindex-multipleattributes-branch

This implements: http://lists.zope.org/pipermail/zope-coders/20002-November/002680.html



=== Zope/lib/python/Products/PluginIndexes/DateIndex/DateIndex.py 1.9 => 1.10 ===
--- Zope/lib/python/Products/PluginIndexes/DateIndex/DateIndex.py:1.9	Thu Dec  5 16:35:52 2002
+++ Zope/lib/python/Products/PluginIndexes/DateIndex/DateIndex.py	Thu Jan 23 12:46:19 2003
@@ -11,8 +11,7 @@
 #
 ##############################################################################
 
-"""$Id$
-"""
+"""$Id$ """
 
 from DateTime.DateTime import DateTime
 from Products.PluginIndexes import PluggableIndex