[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/DateRangeIndex - DateRangeIndex.py:1.4.4.1

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


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

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



=== Zope/lib/python/Products/PluginIndexes/DateRangeIndex/DateRangeIndex.py 1.4 => 1.4.4.1 ===
--- Zope/lib/python/Products/PluginIndexes/DateRangeIndex/DateRangeIndex.py:1.4	Wed Aug 14 18:19:28 2002
+++ Zope/lib/python/Products/PluginIndexes/DateRangeIndex/DateRangeIndex.py	Fri Jan  3 01:32:54 2003
@@ -52,7 +52,9 @@
 
         - Objects which match only during a specific interval.
     """
-    __implements__ = ( PluggableIndex.PluggableIndexInterface, )
+
+    __implements__ = (PluggableIndex.UniqueValueIndex,
+                      PluggableIndex.SortIndex)
 
     security = ClassSecurityInfo()