[Python-checkins] CVS: python/dist/src/Lib cgi.py,1.68,1.69
Neal Norwitz
nnorwitz@users.sourceforge.net
2002年2月11日 09:57:57 -0800
Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv5171
Modified Files:
cgi.py
Log Message:
SF #515006, remove unnecessary import
Index: cgi.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/cgi.py,v
retrieving revision 1.68
retrieving revision 1.69
diff -C2 -d -r1.68 -r1.69
*** cgi.py 13 Oct 2001 18:38:53 -0000 1.68
--- cgi.py 11 Feb 2002 17:57:55 -0000 1.69
***************
*** 878,882 ****
"""
- import traceback
print "Content-type: text/html"
print
--- 878,881 ----