[Zope3-checkins] CVS: Zope3/src/zope/app/index/text/tests - test_index.py:1.8
R. Sean Bowman
sean.bowman@acm.org
Tue, 11 Feb 2003 21:17:55 -0500
Update of /cvs-repository/Zope3/src/zope/app/index/text/tests
In directory cvs.zope.org:/tmp/cvs-serv21737/zope/app/index/text/tests
Modified Files:
test_index.py
Log Message:
moved non core CA service names to zope/app/services/servicenames.py,
renamed ResourceService to Resources
=== Zope3/src/zope/app/index/text/tests/test_index.py 1.7 => 1.8 ===
--- Zope3/src/zope/app/index/text/tests/test_index.py:1.7 Tue Feb 11 10:59:47 2003
+++ Zope3/src/zope/app/index/text/tests/test_index.py Tue Feb 11 21:17:24 2003
@@ -26,7 +26,7 @@
from zope.app.interfaces.traversing import ITraverser
from zope.app.traversing import locationAsUnicode, traverse
from zope.component import getService
-from zope.component.servicenames import HubIds
+from zope.app.services.servicenames import HubIds
from zope.app.interfaces.services.hub import \
IRegistrationHubEvent, IObjectModifiedHubEvent
from zope.app.services.hub import \