[Zope3-checkins] CVS: Zope3/src/zope/app/process/tests -
test_bootstrap.py:1.18
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 18:55:44 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/process/tests
In directory cvs.zope.org:/tmp/cvs-serv5873/src/zope/app/process/tests
Modified Files:
test_bootstrap.py
Log Message:
Moved servicenames to zope.app.
=== Zope3/src/zope/app/process/tests/test_bootstrap.py 1.17 => 1.18 ===
--- Zope3/src/zope/app/process/tests/test_bootstrap.py:1.17 Sat Mar 13 13:44:50 2004
+++ Zope3/src/zope/app/process/tests/test_bootstrap.py Sat Mar 13 18:55:13 2004
@@ -29,7 +29,7 @@
from zope.app.publication.zopepublication import ZopePublication
from zope.app.site.tests.placefulsetup import PlacefulSetup
from zope.app.errorservice import ErrorReportingService
-from zope.app.services.servicenames import ErrorLogging
+from zope.app.servicenames import ErrorLogging
from zope.app.traversing import traverse
from zope.app.site.service import ServiceManager
More information about the Zope3-Checkins
mailing list