[Zope3-checkins] CVS: Zope3/src/zope/app/index/keyword/tests -
test_index.py:1.5
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/keyword/tests
In directory cvs.zope.org:/tmp/cvs-serv28114/src/zope/app/index/keyword/tests
Modified Files:
test_index.py
Log Message:
Moved object hub to zope.app.hub. I did provide module aliases.
=== Zope3/src/zope/app/index/keyword/tests/test_index.py 1.4 => 1.5 ===
--- Zope3/src/zope/app/index/keyword/tests/test_index.py:1.4 Tue Mar 2 09:40:11 2004
+++ Zope3/src/zope/app/index/keyword/tests/test_index.py Thu Mar 11 04:19:30 2004
@@ -15,14 +15,13 @@
$Id$
"""
-
import unittest
from zope.interface import Interface, Attribute, implements
from zope.interface.verify import verifyObject
from zope.app.services.tests.placefulsetup import PlacefulSetup
from zope.app.tests import ztapi
-from zope.app.services.hub import \
+from zope.app.hub import \
ObjectRegisteredHubEvent, ObjectUnregisteredHubEvent, ObjectModifiedHubEvent
from zope.app.index.keyword.index import KeywordCatalogIndex
from zope.app.index.interfaces.keyword import IUIKeywordCatalogIndex
More information about the Zope3-Checkins
mailing list