[Zope-Checkins]
SVN: Zope/branches/Zope-2_8-branch/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:20 EDT 2005
Log message for revision 30891:
removed dead code: getIndexSourceNames was defined twice
Changed:
UU Zope/branches/Zope-2_8-branch/lib/python/Products/PluginIndexes/common/UnIndex.py
-=-
Modified: Zope/branches/Zope-2_8-branch/lib/python/Products/PluginIndexes/common/UnIndex.py
===================================================================
--- Zope/branches/Zope-2_8-branch/lib/python/Products/PluginIndexes/common/UnIndex.py 2005-06-22 16:11:29 UTC (rev 30890)
+++ Zope/branches/Zope-2_8-branch/lib/python/Products/PluginIndexes/common/UnIndex.py 2005-06-22 16:16:19 UTC (rev 30891)
@@ -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/branches/Zope-2_8-branch/lib/python/Products/PluginIndexes/common/UnIndex.py
___________________________________________________________________
Name: cvs2svn:cvs-rev
- 1.25
More information about the Zope-Checkins
mailing list