[Zope-Checkins] CVS: Products/PluginIndexes/common - UnIndex.py:1.20.2.5

Stefan H. Holek stefan at epy.co.at
Thu Mar 10 11:12:57 EST 2005


Update of /cvs-repository/Products/PluginIndexes/common
In directory cvs.zope.org:/tmp/cvs-serv29859/common

Modified Files:
      Tag: Zope-2_7-branch
	UnIndex.py 
Log Message:
Remove duplicate implementation of getIndexSourceNames().


=== Products/PluginIndexes/common/UnIndex.py 1.20.2.4 => 1.20.2.5 ===
--- Products/PluginIndexes/common/UnIndex.py:1.20.2.4	Sat Mar  5 07:29:23 2005
+++ Products/PluginIndexes/common/UnIndex.py	Thu Mar 10 11:12:56 2005
@@ -425,10 +425,6 @@
             return 0
 
     def getIndexSourceNames(self):
-        """ return name of indexed attributes """
-        return (self.id, )
-
-    def getIndexSourceNames(self):
         """ return sequence of indexed attributes """
 
         try:



More information about the Zope-Checkins mailing list