[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/FieldIndex - FieldIndex.py:1.10.4.1

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


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

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



=== Zope/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.py 1.10 => 1.10.4.1 ===
--- Zope/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.py:1.10	Wed Aug 14 18:19:29 2002
+++ Zope/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.py	Fri Jan  3 01:32:56 2003
@@ -24,7 +24,8 @@
 class FieldIndex(UnIndex):
     """Field Indexes"""
 
-    __implements__ = (PluggableIndex.PluggableIndexInterface,)
+    __implements__ = (PluggableIndex.UniqueValueIndex,
+                      PluggableIndex.SortIndex)
 
     meta_type="FieldIndex"