[Zope3-checkins] CVS: Zope3/src/zope/app/index/field - index.py:1.15

Philipp von Weitershausen philikon at philikon.de
Mon Mar 1 06:46:57 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/index/field
In directory cvs.zope.org:/tmp/cvs-serv30793/index/field

Modified Files:
	index.py 
Log Message:
Catalog, its interfaces and its browser views are now located in
zope.app.catalog.


=== Zope3/src/zope/app/index/field/index.py 1.14 => 1.15 ===
--- Zope3/src/zope/app/index/field/index.py:1.14	Wed Feb 25 18:02:27 2004
+++ Zope3/src/zope/app/index/field/index.py	Mon Mar  1 06:46:26 2004
@@ -29,7 +29,7 @@
 from zope.app.interfaces.services.hub import IObjectModifiedHubEvent
 from zope.app.interfaces.services.hub import IRegistrationHubEvent
 from zope.app.interfaces.index.field import IUIFieldIndex, IUIFieldCatalogIndex
-from zope.app.interfaces.catalog.index import ICatalogIndex
+from zope.app.catalog.interfaces.index import ICatalogIndex
 from zope.app.index import InterfaceIndexingSubscriber
 
 class FieldCatalogIndex(InterfaceIndexingSubscriber, FieldIndexWrapper,




More information about the Zope3-Checkins mailing list