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

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


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

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


=== Zope/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.py 1.10 => 1.11 ===
--- 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	Thu Dec  5 16:35:52 2002
@@ -24,7 +24,8 @@
 class FieldIndex(UnIndex):
     """Field Indexes"""
 
-    __implements__ = (PluggableIndex.PluggableIndexInterface,)
+    __implements__ = (PluggableIndex.UniqueValueIndex,
+                      PluggableIndex.SortIndex)
 
     meta_type="FieldIndex"