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

Casey Duncan casey@zope.com
Thu, 5 Dec 2002 16:36:23 -0500


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

Modified Files:
	DateIndex.py 
Log Message:
Merging pluginindex cleanup into the head


=== Zope/lib/python/Products/PluginIndexes/DateIndex/DateIndex.py 1.8 => 1.9 ===
--- 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 Dec  5 16:35:52 2002
@@ -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']