Skip to content

Commit 0685c37

Browse files
author
Richard Jones
committed
oops
1 parent 275d7ce commit 0685c37

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

cgi-bin/roundup.cgi

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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
2222
from roundup import version_check
@@ -67,7 +67,7 @@ LOG = DevNull()
6767
#
6868
try:
6969
import traceback, StringIO, cgi
70-
from roundup import cgitb
70+
from roundup.cgi import cgitb
7171
except:
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
#

0 commit comments

Comments
 (0)