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

Chris McDonough chrism@zope.com
Fri, 3 Jan 2003 01:33:55 -0500


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

Modified Files:
      Tag: chrism-install-branch
	DateIndex.py 
Log Message:
Merging chrism-install-branch with HEAD (hopefully for one of the last
times).



=== Zope/lib/python/Products/PluginIndexes/DateIndex/DateIndex.py 1.7.4.4 => 1.7.4.5 ===
--- Zope/lib/python/Products/PluginIndexes/DateIndex/DateIndex.py:1.7.4.4	Sun Nov 24 19:14:55 2002
+++ Zope/lib/python/Products/PluginIndexes/DateIndex/DateIndex.py	Fri Jan  3 01:32:53 2003
@@ -32,7 +32,8 @@
 class DateIndex(UnIndex):
     """ Index for Dates """
 
-    __implements__ = (PluggableIndex.PluggableIndexInterface,)
+    __implements__ = (PluggableIndex.UniqueValueIndex,
+                      PluggableIndex.SortIndex)
 
     meta_type = 'DateIndex'
     query_options = ['query', 'range']