[Zope3-checkins] CVS: Zope3/src/zope/app/errorservice -
__init__.py:1.2
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 10:21:47 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/errorservice
In directory cvs.zope.org:/tmp/cvs-serv16268/src/zope/app/errorservice
Modified Files:
__init__.py
Log Message:
Adjusted imports of placefulsetup and site-related objects.
=== Zope3/src/zope/app/errorservice/__init__.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/errorservice/__init__.py:1.1 Wed Mar 10 08:43:35 2004
+++ Zope3/src/zope/app/errorservice/__init__.py Sat Mar 13 10:21:16 2004
@@ -26,7 +26,7 @@
from zope.exceptions.exceptionformatter import format_exception
from zope.interface import implements
-from zope.app.interfaces.services.service import ISimpleService
+from zope.app.site.interfaces import ISimpleService
from zope.app.container.contained import Contained
from interfaces import IErrorReportingService, ILocalErrorReportingService
More information about the Zope3-Checkins
mailing list