[Zope3-checkins] CVS: Zope3/src/zope/app/process/tests -
test_bootstrap.py:1.15
Stephan Richter
srichter at cosmos.phy.tufts.edu
Thu Mar 11 04:20:05 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/process/tests
In directory cvs.zope.org:/tmp/cvs-serv28114/src/zope/app/process/tests
Modified Files:
test_bootstrap.py
Log Message:
Moved object hub to zope.app.hub. I did provide module aliases.
=== Zope3/src/zope/app/process/tests/test_bootstrap.py 1.14 => 1.15 ===
--- Zope3/src/zope/app/process/tests/test_bootstrap.py:1.14 Thu Mar 11 03:14:08 2004
+++ Zope3/src/zope/app/process/tests/test_bootstrap.py Thu Mar 11 04:19:34 2004
@@ -26,7 +26,7 @@
from zope.app.interfaces.services.principalannotation \
import IPrincipalAnnotationService
from zope.app.event.interfaces import IEventService
-from zope.app.interfaces.services.hub import IObjectHub
+from zope.app.hub.interfaces import IObjectHub
from zope.app.publication.zopepublication import ZopePublication
from zope.app.services.tests.placefulsetup import PlacefulSetup
from zope.app.errorservice import ErrorReportingService
More information about the Zope3-Checkins
mailing list