[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/PathIndex - PathIndex.py:1.25.6.2
Andreas Jung
andreas@digicool.com
Tue, 24 Sep 2002 07:06:06 -0400
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/PathIndex
In directory cvs.zope.org:/tmp/cvs-serv24619/lib/python/Products/PluginIndexes/PathIndex
Modified Files:
Tag: Zope-2_6-branch
PathIndex.py
Log Message:
Collector #593: fix for the fix: we must return an IISet() instance
instead of the complete IOBTree
=== Zope/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py 1.25.6.1 => 1.25.6.2 ===
--- Zope/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py:1.25.6.1 Mon Sep 23 12:50:08 2002
+++ Zope/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py Tue Sep 24 07:06:05 2002
@@ -203,7 +203,7 @@
comps = self.splitPath(path)
if len(comps) == 0:
- return self._unindex
+ return IISet(self._unindex.keys())
if level >=0: