From a55839ff8e8744f0dd598fa480557b07f86911a9 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 12 Nov 2003 21:49:59 +0000 Subject: syrep binary external git-svn-id: file:///home/lennart/svn/public/syrep-chub/trunk@3 4c8cc7d0-f3cb-0310-ad32-ddc431b48844 --- sch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sch.py') diff --git a/sch.py b/sch.py index 395cf1e..0831abc 100644 --- a/sch.py +++ b/sch.py @@ -2,7 +2,7 @@ import cgi, sys, os repository_directory = "./rep" - +syrep_binary = "/usr/local/bin/syrep" header_done = 0 def print_header(s): -- cgit