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

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


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

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

=== Zope/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.py 1.10.30.1 => 1.10.30.2 ===
--- Zope/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.py:1.10.30.1	Tue Nov 26 12:17:42 2002
+++ Zope/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.py	Thu Jan 23 12:32:57 2003
@@ -24,7 +24,8 @@
 class FieldIndex(UnIndex):
     """Field Indexes"""
 
-    __implements__ = (PluggableIndex.PluggableIndexInterface,)
+    __implements__ = (PluggableIndex.UniqueValueIndex,
+                      PluggableIndex.SortIndex)
 
     meta_type="FieldIndex"