[Zope3-checkins] CVS: Zope3/src/zope/app/index/text/tests - test_index.py:1.15

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Mar 11 04:20:03 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/index/text/tests
In directory cvs.zope.org:/tmp/cvs-serv28114/src/zope/app/index/text/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/text/tests/test_index.py 1.14 => 1.15 ===
--- Zope3/src/zope/app/index/text/tests/test_index.py:1.14	Tue Mar  2 09:40:14 2004
+++ Zope3/src/zope/app/index/text/tests/test_index.py	Thu Mar 11 04:19:32 2004
@@ -23,9 +23,9 @@
 from zope.app.traversing import traverse
 from zope.component import getService
 from zope.app.services.servicenames import HubIds
-from zope.app.interfaces.services.hub import \
+from zope.app.hub.interfaces import \
      IRegistrationHubEvent, IObjectModifiedHubEvent
-from zope.app.services.hub import \
+from zope.app.hub import \
      ObjectRegisteredHubEvent, ObjectUnregisteredHubEvent, \
      ObjectModifiedHubEvent
 




More information about the Zope3-Checkins mailing list