[Zope-Checkins] CVS: Zope/lib/python/ZPublisher - BaseResponse.py:1.11
Andreas Jung
andreas@zope.com
Wed, 2 Jan 2002 10:01:22 -0500
Update of /cvs-repository/Zope/lib/python/ZPublisher
In directory cvs.zope.org:/tmp/cvs-serv31002
Modified Files:
BaseResponse.py
Log Message:
removed unused module import
=== Zope/lib/python/ZPublisher/BaseResponse.py 1.10 => 1.11 ===
__version__='$Revision$'[11:-2]
-import string, types, sys
+import types, sys
from string import find, rfind, lower, upper, strip, split, join, translate
from types import StringType, InstanceType
from zExceptions import Unauthorized