File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
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.28 2002-09-04 04:30:58 richard Exp $
19+ # $Id: roundup.cgi,v 1.29 2002-09-06 05:05:18 richard Exp $
2020
2121# python version check
2222from roundup import version_check
@@ -67,7 +67,7 @@ LOG = DevNull()
6767#
6868try :
6969 import traceback , StringIO , cgi
70- from roundup import cgitb
70+ from roundup . cgi import cgitb
7171except :
7272 print "Content-Type: text/plain\n "
7373 print _ ("Failed to import cgitb!\n \n " )
@@ -199,6 +199,9 @@ LOG.close()
199199
200200#
201201# $Log: not supported by cvs2svn $
202+ # Revision 1.28 2002/09/04 04:30:58 richard
203+ # add the path to the cgi-bin request
204+ #
202205# Revision 1.27 2002/09/04 02:11:00 richard
203206# *** empty log message ***
204207#
You can’t perform that action at this time.
0 commit comments