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

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


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

Modified Files:
      Tag: ajung-oneindex-multipleattributes-branch
	DateIndex.py 
Log Message:
merge from HEAD

=== Zope/lib/python/Products/PluginIndexes/DateIndex/DateIndex.py 1.8 => 1.8.14.1 ===
--- Zope/lib/python/Products/PluginIndexes/DateIndex/DateIndex.py:1.8	Tue Oct  1 10:09:47 2002
+++ Zope/lib/python/Products/PluginIndexes/DateIndex/DateIndex.py	Thu Jan 23 12:32:54 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']