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

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Mar 11 04:20:00 EST 2004


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

Modified Files:
	index.py 
Log Message:


Moved object hub to zope.app.hub. I did provide module aliases.


=== Zope3/src/zope/app/index/field/index.py 1.16 => 1.17 ===
--- Zope3/src/zope/app/index/field/index.py:1.16	Tue Mar  2 09:40:08 2004
+++ Zope3/src/zope/app/index/field/index.py	Thu Mar 11 04:19:28 2004
@@ -20,14 +20,13 @@
 
 $Id$
 """
-
 from zope.component import getService
 from zope.app.services.servicenames import HubIds
 from zope.index.field.index import FieldIndex as FieldIndexWrapper
 from zope.interface import implements
 from zope.app.container.contained import Contained
-from zope.app.interfaces.services.hub import IObjectModifiedHubEvent
-from zope.app.interfaces.services.hub import IRegistrationHubEvent
+from zope.app.hub.interfaces import IObjectModifiedHubEvent
+from zope.app.hub.interfaces import IRegistrationHubEvent
 from zope.app.index.interfaces.field import IUIFieldIndex, IUIFieldCatalogIndex
 from zope.app.catalog.interfaces.index import ICatalogIndex
 from zope.app.index import InterfaceIndexingSubscriber




More information about the Zope3-Checkins mailing list