[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/KeywordIndex - KeywordIndex.py:1.11.30.3
Andreas Jung
andreas@andreas-jung.com
Thu, 23 Jan 2003 12:33:31 -0500
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/KeywordIndex
In directory cvs.zope.org:/tmp/cvs-serv17553/KeywordIndex
Modified Files:
Tag: ajung-oneindex-multipleattributes-branch
KeywordIndex.py
Log Message:
merge from HEAD
=== Zope/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py 1.11.30.2 => 1.11.30.3 ===
--- Zope/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py:1.11.30.2 Tue Nov 26 12:22:41 2002
+++ Zope/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py Thu Jan 23 12:32:58 2003
@@ -21,7 +21,8 @@
class KeywordIndex(UnIndex):
- __implements__ = (PluggableIndex.PluggableIndexInterface,)
+ __implements__ = (PluggableIndex.UniqueValueIndex,
+ PluggableIndex.SortIndex)
meta_type="KeywordIndex"