[Zope3-checkins] CVS: Zope3/src/zope/testing - functional.py:1.7
Martijn Faassen
m.faassen@vet.uu.nl
Thu, 1 May 2003 15:36:21 -0400
Update of /cvs-repository/Zope3/src/zope/testing
In directory cvs.zope.org:/tmp/cvs-serv30407/zope/testing
Modified Files:
functional.py
Log Message:
Importgeddon part the second. Removed unused imports throughout the
source tree. This should have taken care of most unused imports
in Zope 3. :)
=== Zope3/src/zope/testing/functional.py 1.6 => 1.7 ===
--- Zope3/src/zope/testing/functional.py:1.6 Thu May 1 10:07:29 2003
+++ Zope3/src/zope/testing/functional.py Thu May 1 15:35:51 2003
@@ -31,7 +31,6 @@
from zodb.storage.demo import DemoStorage
from zope.app import Application
from zope.app.publication.zopepublication import ZopePublication
-from zope.app.traversing import traverse
from zope.publisher.browser import BrowserRequest
from zope.publisher.publish import publish
from zope.exceptions import Forbidden, Unauthorized