[Zope3-checkins] CVS: Zope3/src/zope/app/process/tests - test_bootstrap.py:1.13

Stephan Richter srichter at cosmos.phy.tufts.edu
Wed Mar 10 08:44:08 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/process/tests
In directory cvs.zope.org:/tmp/cvs-serv4477/src/zope/app/process/tests

Modified Files:
	test_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/tests/test_bootstrap.py 1.12 => 1.13 ===
--- Zope3/src/zope/app/process/tests/test_bootstrap.py:1.12	Fri Mar  5 17:09:12 2004
+++ Zope3/src/zope/app/process/tests/test_bootstrap.py	Wed Mar 10 08:43:37 2004
@@ -15,7 +15,6 @@
 
 $Id$
 """
-
 import unittest
 from transaction import get_transaction
 from ZODB.tests.util import DB
@@ -23,14 +22,14 @@
 
 from zope.app.folder import rootFolder
 from zope.app.folder.interfaces import IRootFolder
-from zope.app.interfaces.services.error import IErrorReportingService
+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.interfaces.services.hub import IObjectHub
 from zope.app.publication.zopepublication import ZopePublication
 from zope.app.services.tests.placefulsetup import PlacefulSetup
-from zope.app.services.error import ErrorReportingService
+from zope.app.errorservice import ErrorReportingService
 from zope.app.services.servicenames import ErrorLogging
 from zope.app.traversing import traverse
 from zope.app.services.service import ServiceManager




More information about the Zope3-Checkins mailing list