[Zope3-checkins] CVS: Zope3/src/zope/app/index - __init__.py:1.10
Stephan Richter
srichter at cosmos.phy.tufts.edu
Thu Mar 11 04:19:57 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/index
In directory cvs.zope.org:/tmp/cvs-serv28114/src/zope/app/index
Modified Files:
__init__.py
Log Message:
Moved object hub to zope.app.hub. I did provide module aliases.
=== Zope3/src/zope/app/index/__init__.py 1.9 => 1.10 ===
--- Zope3/src/zope/app/index/__init__.py:1.9 Sat Mar 6 12:48:51 2004
+++ Zope3/src/zope/app/index/__init__.py Thu Mar 11 04:19:26 2004
@@ -14,12 +14,11 @@
"""
$Id$
"""
-
from zope.interface import implements
from zope.app.index.interfaces import IInterfaceIndexer
from zope.app.event.interfaces import ISubscriber
-from zope.app.interfaces.services.hub import \
+from zope.app.hub.interfaces import \
IObjectRegisteredHubEvent, \
IObjectUnregisteredHubEvent, \
IObjectModifiedHubEvent
More information about the Zope3-Checkins
mailing list