Code

oops
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 6 Sep 2002 05:05:18 +0000 (05:05 +0000)
committerrichard <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

index 5e9791e5963de33f76d66051e1f557d872a88ce3..7884497f046f1098b02b5bd61560c06101c514c0 100755 (executable)
@@ -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 ***
 #