[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/PathIndex - PathIndex.py:1.28

Andreas Jung andreas@digicool.com
Thu, 3 Oct 2002 09:42:22 -0400


Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/PathIndex
In directory cvs.zope.org:/tmp/cvs-serv21475

Modified Files:
	PathIndex.py 
Log Message:
The fix for Collector #583 has been lost for unknown reasons


=== Zope/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py 1.27 => 1.28 ===
--- Zope/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py:1.27	Thu Oct  3 09:10:49 2002
+++ Zope/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py	Thu Oct  3 09:42:22 2002
@@ -202,6 +202,9 @@
 
         comps = self.splitPath(path)
 
+        if len(comps) == 0:
+            return IISet(self._unindex.keys())
+
         if level >=0:
 
             results = []