[Zope3-checkins] CVS: Zope3/src/zope/app/process - bootstrap.py:1.24
Stephan Richter
srichter at cosmos.phy.tufts.edu
Wed Mar 10 08:44:07 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/process
In directory cvs.zope.org:/tmp/cvs-serv4477/src/zope/app/process
Modified Files:
bootstrap.py
Log Message:
Moved error reporting service to zope.app.errorservice. Provided
modulealiases, so that your old ZODB will still work.
=== Zope3/src/zope/app/process/bootstrap.py 1.23 => 1.24 ===
--- Zope3/src/zope/app/process/bootstrap.py:1.23 Wed Mar 10 07:24:30 2004
+++ Zope3/src/zope/app/process/bootstrap.py Wed Mar 10 08:43:37 2004
@@ -36,7 +36,7 @@
from zope.app.services.service import ServiceRegistration
from zope.app.services.hub import ObjectHub, Registration
from zope.app.services.event import EventService
-from zope.app.services.error import RootErrorReportingService
+from zope.app.errorservice import RootErrorReportingService
from zope.app.services.utility import LocalUtilityService
from zope.app.services.principalannotation import PrincipalAnnotationService
from zope.app.event import function
More information about the Zope3-Checkins
mailing list