[Zope-Checkins] CVS: Zope2 - ZCatalogIndexes.py:1.1.2.8

andreas@digicool.com andreas@digicool.com
Mon, 14 May 2001 13:13:04 -0400 (EDT)


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

Modified Files:
      Tag: ajung-dropin-registry
	ZCatalogIndexes.py 
Log Message:
removed dependancies from SearchIndex



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