[Zope3-checkins] CVS: Zope3/src/zope/app/http - options.py:1.2
Jim Fulton
jim@zope.com
Tue, 3 Jun 2003 18:46:50 -0400
Update of /cvs-repository/Zope3/src/zope/app/http
In directory cvs.zope.org:/tmp/cvs-serv6144/src/zope/app/http
Modified Files:
options.py
Log Message:
After cleaning up placefull test setup (see earlier checkins)
cleaned up unneeded imports in test modules (and some other modules)
based on the results of running Martijn Faassen's importchecker tool.
=== Zope3/src/zope/app/http/options.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/http/options.py:1.1 Tue May 20 15:43:27 2003
+++ Zope3/src/zope/app/http/options.py Tue Jun 3 18:46:19 2003
@@ -20,7 +20,7 @@
'COPY', 'MOVE', 'LOCK', 'UNLOCK', 'TRACE']
# XXX 'GET', 'HEAD', 'POST' are always available?
-from zope.component import getAdapter, queryView
+from zope.component import queryView
class OPTIONS:
"""OPTIONS handler for all objects