summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9163957)
raw | patch | inline | side by side (parent: 9163957)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 6 Sep 2002 05:05:18 +0000 (05:05 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 6 Sep 2002 05:05:18 +0000 (05:05 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1079 57a73879-2fb5-44c3-a270-3262357dd7e2
cgi-bin/roundup.cgi | patch | blob | history |
diff --git a/cgi-bin/roundup.cgi b/cgi-bin/roundup.cgi
index 5e9791e5963de33f76d66051e1f557d872a88ce3..7884497f046f1098b02b5bd61560c06101c514c0 100755 (executable)
--- a/cgi-bin/roundup.cgi
+++ b/cgi-bin/roundup.cgi
# 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
#
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")
#
# $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 ***
#