[Zope3-checkins] CVS: Zope3/lib/python/Zope/Publisher - BaseRequest.py:1.8
Steve Alexander
steve@cat-box.net
Mon, 11 Nov 2002 09:37:07 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/Publisher
In directory cvs.zope.org:/tmp/cvs-serv6734/lib/python/Zope/Publisher
Modified Files:
BaseRequest.py
Log Message:
removed unused imports
=== Zope3/lib/python/Zope/Publisher/BaseRequest.py 1.7 => 1.8 ===
--- Zope3/lib/python/Zope/Publisher/BaseRequest.py:1.7 Wed Jul 17 18:54:53 2002
+++ Zope3/lib/python/Zope/Publisher/BaseRequest.py Mon Nov 11 09:37:07 2002
@@ -16,8 +16,6 @@
$Id$
"""
-from cgi import escape
-from types import StringType
from BaseResponse import BaseResponse
from IApplicationRequest import IApplicationRequest
from IPublisherRequest import IPublisherRequest