Skip to content

Commit 825b21a

Browse files
author
Richard Jones
committed
oops
1 parent 69860b6 commit 825b21a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

cgi-bin/roundup.cgi

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@
1616
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1717
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1818
#
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/')
19+
# $Id: roundup.cgi,v 1.39 2004-06-29 08:59:08 richard Exp $
2320

2421
# python version check
2522
from roundup import version_check
2623
from roundup.i18n import _
24+
import sys
2725

2826
#
2927
## Configuration

0 commit comments

Comments
 (0)