[Zope-Checkins] CVS: Products/ZCatalog - Catalog.py:1.76
chrism@cvs.baymountain.com
chrism@cvs.baymountain.com
Wed, 25 Jul 2001 14:09:16 -0400
Update of /cvs-repository/Products/ZCatalog
In directory cvs.zope.org:/tmp/cvs-serv12671
Modified Files:
Catalog.py
Log Message:
Removed reindexIndex method (which was not useful and had a print statement in it)
=== Products/ZCatalog/Catalog.py 1.75 => 1.76 ===
- def reindexIndex(self,name):
-
- for p in self.paths.items():
- print p
-
# the cataloging API
def catalogObject(self, object, uid, threshold=None,idxs=[]):