File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1616# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1717# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1818#
19- # $Id: roundup.cgi,v 1.24 2002-01-05 02:21:22 richard Exp $
19+ # $Id: roundup.cgi,v 1.25 2002-08-22 00:14:18 richard Exp $
2020
2121# python version check
2222from roundup import version_check
6969 import traceback , StringIO , cgi
7070 from roundup import cgitb
7171except :
72- print "Content-Type: text/html \n "
73- print _ ("Failed to import cgitb.<pre> " )
72+ print "Content-Type: text/plain \n "
73+ print _ ("Failed to import cgitb! \n \n " )
7474 s = StringIO .StringIO ()
7575 traceback .print_exc (None , s )
76- print cgi . escape ( s .getvalue ()), "</pre>"
76+ print s .getvalue ()
7777
7878
7979#
@@ -198,6 +198,9 @@ LOG.close()
198198
199199#
200200# $Log: not supported by cvs2svn $
201+ # Revision 1.24 2002/01/05 02:21:22 richard
202+ # fixes
203+ #
201204# Revision 1.23 2002/01/05 02:19:03 richard
202205# i18n'ification
203206#
You can’t perform that action at this time.
0 commit comments