[Zope-Checkins] CVS: Zope2 - PathIndex.py:1.1.2.10
andreas@serenade.digicool.com
andreas@serenade.digicool.com
Thu, 17 May 2001 08:12:15 -0400
Update of /cvs-repository/Zope2/lib/python/Products/PluginIndexes/PathIndex
In directory serenade:/tmp/cvs-serv29637/PathIndex
Modified Files:
Tag: ajung-dropin-registry
PathIndex.py
Log Message:
--- Updated File PathIndex.py in package Zope2 --
--- PathIndex.py 2001/05/17 11:38:53 1.1.2.9
+++ PathIndex.py 2001/05/17 12:12:15 1.1.2.10
@@ -303,7 +303,7 @@
for k in keys:
- if k[0]=="/": level = 0
+# if k[0]=="/": level = 0
rows = self.search(k,level)