[Checkins] SVN: zope.app.publication/trunk/src/zope/app/publication/ Reflect changes from zope.app.error

Roger Ineichen roger at projekt01.ch
Mon Sep 24 18:24:28 EDT 2007


Log message for revision 79934:
  Reflect changes from zope.app.error

Changed:
  U   zope.app.publication/trunk/src/zope/app/publication/tests/test_zopepublication.py
  U   zope.app.publication/trunk/src/zope/app/publication/zopepublication.py

-=-
Modified: zope.app.publication/trunk/src/zope/app/publication/tests/test_zopepublication.py
===================================================================
--- zope.app.publication/trunk/src/zope/app/publication/tests/test_zopepublication.py	2007-09-24 22:23:58 UTC (rev 79933)
+++ zope.app.publication/trunk/src/zope/app/publication/tests/test_zopepublication.py	2007-09-24 22:24:28 UTC (rev 79934)
@@ -29,6 +29,7 @@
 from zope.interface import implements, classImplements, implementedBy
 from zope.i18n.interfaces import IUserPreferredCharsets
 from zope.component.interfaces import ComponentLookupError
+from zope.error.interfaces import IErrorReportingUtility
 from zope.location import Location
 from zope.publisher.base import TestPublication, TestRequest
 from zope.publisher.http import IHTTPRequest, HTTPCharsets
@@ -42,7 +43,6 @@
 from zope.app.testing.placelesssetup import PlacelessSetup
 from zope.app.testing import setup, ztapi
 
-from zope.app.error.interfaces import IErrorReportingUtility
 from zope.app.security.principalregistry import principalRegistry
 from zope.app.security.interfaces import IUnauthenticatedPrincipal, IPrincipal
 from zope.app.publication.zopepublication import ZopePublication

Modified: zope.app.publication/trunk/src/zope/app/publication/zopepublication.py
===================================================================
--- zope.app.publication/trunk/src/zope/app/publication/zopepublication.py	2007-09-24 22:23:58 UTC (rev 79933)
+++ zope.app.publication/trunk/src/zope/app/publication/zopepublication.py	2007-09-24 22:24:28 UTC (rev 79934)
@@ -36,12 +36,12 @@
 from zope.security.proxy import removeSecurityProxy
 from zope.traversing.interfaces import IPhysicallyLocatable
 from zope.location import LocationProxy
+from zope.error.interfaces import IErrorReportingUtility
 
 import zope.app.security.interfaces
 from zope.app import zapi
 from zope.app.applicationcontrol.applicationcontrol \
      import applicationControllerRoot
-from zope.app.error.interfaces import IErrorReportingUtility
 from zope.app.exception.interfaces import ISystemErrorView
 from zope.app.publication.interfaces import BeforeTraverseEvent
 from zope.app.publication.interfaces import EndRequestEvent



More information about the Checkins mailing list