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

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


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

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

=== Zope/lib/python/Products/PluginIndexes/DateRangeIndex/DateRangeIndex.py 1.4 => 1.4.30.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	Thu Jan 23 12:32:55 2003
@@ -52,7 +52,9 @@
 
         - Objects which match only during a specific interval.
     """
-    __implements__ = ( PluggableIndex.PluggableIndexInterface, )
+
+    __implements__ = (PluggableIndex.UniqueValueIndex,
+                      PluggableIndex.SortIndex)
 
     security = ClassSecurityInfo()