[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/exception/ clean
imports
Bernd Dorn
bernd.dorn at lovelysystems.com
Tue Mar 27 06:43:32 EDT 2007
Log message for revision 73710:
clean imports
Changed:
U Zope3/trunk/src/zope/app/exception/browser/tests/test_unauthorized.py
U Zope3/trunk/src/zope/app/exception/interfaces.py
-=-
Modified: Zope3/trunk/src/zope/app/exception/browser/tests/test_unauthorized.py
===================================================================
--- Zope3/trunk/src/zope/app/exception/browser/tests/test_unauthorized.py 2007-03-27 10:11:10 UTC (rev 73709)
+++ Zope3/trunk/src/zope/app/exception/browser/tests/test_unauthorized.py 2007-03-27 10:43:31 UTC (rev 73710)
@@ -19,7 +19,6 @@
from zope import component, interface
import zope.formlib.namedtemplate
from zope.publisher.browser import TestRequest
-import zope.publisher.interfaces.browser
from zope.app.testing import ztapi
from zope.app.security.interfaces import IAuthentication, IPrincipal
from zope.app.exception.browser.unauthorized import Unauthorized
Modified: Zope3/trunk/src/zope/app/exception/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/exception/interfaces.py 2007-03-27 10:11:10 UTC (rev 73709)
+++ Zope3/trunk/src/zope/app/exception/interfaces.py 2007-03-27 10:43:31 UTC (rev 73710)
@@ -15,7 +15,7 @@
"""
__docformat__ = 'restructuredtext'
-from zope.interface import Interface, implements
+from zope.interface import Interface
##############################################################################
# BBB 2006/04/03 - to be removed after 12 months
More information about the Zope3-Checkins
mailing list