[Checkins] SVN: Zope3/trunk/src/zope/app/wsgi/ clean imports

Bernd Dorn bernd.dorn at lovelysystems.com
Tue Mar 27 05:33:31 EDT 2007


Log message for revision 73701:
  clean imports

Changed:
  U   Zope3/trunk/src/zope/app/wsgi/__init__.py
  U   Zope3/trunk/src/zope/app/wsgi/tests.py

-=-
Modified: Zope3/trunk/src/zope/app/wsgi/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/wsgi/__init__.py	2007-03-27 09:29:09 UTC (rev 73700)
+++ Zope3/trunk/src/zope/app/wsgi/__init__.py	2007-03-27 09:33:28 UTC (rev 73701)
@@ -23,7 +23,6 @@
 from zope.event import notify
 from zope.interface import implements
 from zope.publisher.publish import publish
-from zope.publisher.interfaces.http import IHeaderOutput
 
 from zope.app.appsetup import appsetup
 from zope.app.publication.httpfactory import HTTPPublicationRequestFactory

Modified: Zope3/trunk/src/zope/app/wsgi/tests.py
===================================================================
--- Zope3/trunk/src/zope/app/wsgi/tests.py	2007-03-27 09:29:09 UTC (rev 73700)
+++ Zope3/trunk/src/zope/app/wsgi/tests.py	2007-03-27 09:33:28 UTC (rev 73701)
@@ -21,7 +21,6 @@
 from zope import component, interface
 from zope.testing import doctest
 
-import zope.app.testing.functional
 import zope.publisher.interfaces.browser
 from zope.app.testing import placelesssetup
 from zope.app.publication.requestpublicationregistry import factoryRegistry



More information about the Checkins mailing list