[Zope3-checkins] CVS: Zope3/src/zope/app/index/text/tests -
test_index.py:1.17
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 18:55:39 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/index/text/tests
In directory cvs.zope.org:/tmp/cvs-serv5873/src/zope/app/index/text/tests
Modified Files:
test_index.py
Log Message:
Moved servicenames to zope.app.
=== Zope3/src/zope/app/index/text/tests/test_index.py 1.16 => 1.17 ===
--- Zope3/src/zope/app/index/text/tests/test_index.py:1.16 Sat Mar 13 10:21:21 2004
+++ Zope3/src/zope/app/index/text/tests/test_index.py Sat Mar 13 18:55:08 2004
@@ -22,7 +22,7 @@
from zope.app.site.tests.placefulsetup import PlacefulSetup
from zope.app.traversing import traverse
from zope.component import getService
-from zope.app.services.servicenames import HubIds
+from zope.app.servicenames import HubIds
from zope.app.hub.interfaces import \
IRegistrationHubEvent, IObjectModifiedHubEvent
from zope.app.hub import \
More information about the Zope3-Checkins
mailing list