[Zope-Checkins] CVS: Zope2 - ZCatalogIndexes.py:1.1.2.9 convert.py:1.1.2.3

andreas@digicool.com andreas@digicool.com
Tue, 15 May 2001 09:37:24 -0400 (EDT)


Update of /cvs-repository/Zope2/lib/python/Products/ZCatalog
In directory korak.digicool.com:/tmp/cvs-serv30700

Modified Files:
      Tag: ajung-dropin-registry
	ZCatalogIndexes.py convert.py 
Log Message:
reacked



--- Updated File ZCatalogIndexes.py in package Zope2 --
--- ZCatalogIndexes.py	2001/05/14 17:13:03	1.1.2.8
+++ ZCatalogIndexes.py	2001/05/15 13:37:23	1.1.2.9
@@ -97,7 +97,7 @@
 from Persistence import Persistent
 from zLOG import LOG, ERROR
 
-from Products.PluginIndexes.PluggableIndex import PluggableIndexInterface
+from Products.PluginIndexes.common.PluggableIndex import PluggableIndexInterface
 
 _marker = []
 

--- Updated File convert.py in package Zope2 --
--- convert.py	2001/05/14 14:19:32	1.1.2.2
+++ convert.py	2001/05/15 13:37:23	1.1.2.3
@@ -4,6 +4,7 @@
 from OFS import FindSupport
 from Vocabulary import Vocabulary
 from ZCatalogIndexes import ZCatalogIndexes
+>>>>>>> 1.1.2.2
 
 lst = []
 
@@ -45,6 +46,7 @@
 
 catalogs = findCatalogs(app.objectItems())
 
-for id,cat in catalogs:
-    convertCatalog(id,cat)
+for c in catalogs:
+
+    apply(convertCatalog,c)