From 597f36f72efd2e47a20c535326727d4ede5a65eb Mon Sep 17 00:00:00 2001 From: richard Date: Fri, 6 Sep 2002 05:05:18 +0000 Subject: [PATCH] oops git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1079 57a73879-2fb5-44c3-a270-3262357dd7e2 --- cgi-bin/roundup.cgi | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cgi-bin/roundup.cgi b/cgi-bin/roundup.cgi index 5e9791e..7884497 100755 --- a/cgi-bin/roundup.cgi +++ b/cgi-bin/roundup.cgi @@ -16,7 +16,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: roundup.cgi,v 1.28 2002-09-04 04:30:58 richard Exp $ +# $Id: roundup.cgi,v 1.29 2002-09-06 05:05:18 richard Exp $ # python version check from roundup import version_check @@ -67,7 +67,7 @@ LOG = DevNull() # try: import traceback, StringIO, cgi - from roundup import cgitb + from roundup.cgi import cgitb except: print "Content-Type: text/plain\n" print _("Failed to import cgitb!\n\n") @@ -199,6 +199,9 @@ LOG.close() # # $Log: not supported by cvs2svn $ +# Revision 1.28 2002/09/04 04:30:58 richard +# add the path to the cgi-bin request +# # Revision 1.27 2002/09/04 02:11:00 richard # *** empty log message *** # -- 2.30.2