[Zope3-checkins] CVS: Zope3/src/zope/app/index/text - index.py:1.20
Stephan Richter
srichter at cosmos.phy.tufts.edu
Thu Mar 11 04:20:02 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/index/text
In directory cvs.zope.org:/tmp/cvs-serv28114/src/zope/app/index/text
Modified Files:
index.py
Log Message:
Moved object hub to zope.app.hub. I did provide module aliases.
=== Zope3/src/zope/app/index/text/index.py 1.19 => 1.20 ===
--- Zope3/src/zope/app/index/text/index.py:1.19 Tue Mar 2 09:40:13 2004
+++ Zope3/src/zope/app/index/text/index.py Thu Mar 11 04:19:31 2004
@@ -20,13 +20,12 @@
$Id$
"""
-
from zope.component import getService
from zope.app.services.servicenames import HubIds
from zope.app.container.contained import Contained
from zope.index.text.textindexwrapper import TextIndexWrapper
-from zope.app.interfaces.services.hub import \
+from zope.app.hub.interfaces import \
IRegistrationHubEvent, IObjectModifiedHubEvent
from zope.app.index.interfaces.text import ISearchableText
from zope.app.index.interfaces.text import IUITextIndex, IUITextCatalogIndex
More information about the Zope3-Checkins
mailing list