We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69860b6 commit 825b21aCopy full SHA for 825b21a
cgi-bin/roundup.cgi
@@ -16,14 +16,12 @@
16
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
17
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
18
#
19
-# $Id: roundup.cgi,v 1.38 2004-06-29 05:51:38 richard Exp $
20
-
21
-import sys
22
-sys.path.insert(0, '/home/richard/src/roundup/roundup/')
+# $Id: roundup.cgi,v 1.39 2004-06-29 08:59:08 richard Exp $
23
24
# python version check
25
from roundup import version_check
26
from roundup.i18n import _
+import sys
27
28
29
## Configuration
0 commit comments