[Zope3-checkins] CVS: Zope3/src/zope/app/process/tests -
test_bootstrap.py:1.14
Stephan Richter
srichter at cosmos.phy.tufts.edu
Thu Mar 11 03:14:39 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/process/tests
In directory cvs.zope.org:/tmp/cvs-serv12137/src/zope/app/process/tests
Modified Files:
test_bootstrap.py
Log Message:
Moved local event service code into zope.app.event.
=== Zope3/src/zope/app/process/tests/test_bootstrap.py 1.13 => 1.14 ===
--- Zope3/src/zope/app/process/tests/test_bootstrap.py:1.13 Wed Mar 10 08:43:37 2004
+++ Zope3/src/zope/app/process/tests/test_bootstrap.py Thu Mar 11 03:14:08 2004
@@ -25,7 +25,7 @@
from zope.app.errorservice.interfaces import IErrorReportingService
from zope.app.interfaces.services.principalannotation \
import IPrincipalAnnotationService
-from zope.app.interfaces.services.event import IEventService
+from zope.app.event.interfaces import IEventService
from zope.app.interfaces.services.hub import IObjectHub
from zope.app.publication.zopepublication import ZopePublication
from zope.app.services.tests.placefulsetup import PlacefulSetup
More information about the Zope3-Checkins
mailing list