[Zope-Checkins]
SVN: Zope/trunk/lib/python/Products/PluginIndexes/common/UnIndex.py
removed dead code: getIndexSourceNames was defined twice
Yvo Schubbe
y.2005- at wcm-solutions.de
Wed Jun 22 12:16:58 EDT 2005
Log message for revision 30892:
removed dead code: getIndexSourceNames was defined twice
Changed:
UU Zope/trunk/lib/python/Products/PluginIndexes/common/UnIndex.py
-=-
Modified: Zope/trunk/lib/python/Products/PluginIndexes/common/UnIndex.py
===================================================================
--- Zope/trunk/lib/python/Products/PluginIndexes/common/UnIndex.py 2005-06-22 16:16:19 UTC (rev 30891)
+++ Zope/trunk/lib/python/Products/PluginIndexes/common/UnIndex.py 2005-06-22 16:16:57 UTC (rev 30892)
@@ -383,10 +383,6 @@
return 0
def getIndexSourceNames(self):
- """ return name of indexed attributes """
- return (self.id, )
-
- def getIndexSourceNames(self):
""" return sequence of indexed attributes """
try:
return self.indexed_attrs
Property changes on: Zope/trunk/lib/python/Products/PluginIndexes/common/UnIndex.py
___________________________________________________________________
Name: cvs2svn:cvs-rev
- 1.25
More information about the Zope-Checkins
mailing list