Commit 96c788d4 authored by Andreas Jung's avatar Andreas Jung

removed unused module import

parent 8a55cfb0
......@@ -12,10 +12,10 @@
##############################################################################
'''CGI Response Output formatter
$Id: BaseResponse.py,v 1.10 2001/11/28 15:51:20 matt Exp $'''
__version__='$Revision: 1.10 $'[11:-2]
$Id: BaseResponse.py,v 1.11 2002/01/02 15:01:20 andreasjung Exp $'''
__version__='$Revision: 1.11 $'[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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment