From c89f60a26898bf31629a6f7969e13fa837612270 Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Sun, 26 Jul 2009 21:19:41 +0200 Subject: [PATCH] Fix makelsr.py --- scripts/auxiliar/makelsr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/auxiliar/makelsr.py b/scripts/auxiliar/makelsr.py index 88731719c1..30f6fdc5ba 100755 --- a/scripts/auxiliar/makelsr.py +++ b/scripts/auxiliar/makelsr.py @@ -5,7 +5,7 @@ import os import glob import re -os.environ['PYTHONPATH'] += ':python' +sys.path.append ('python') import langdefs DEST = os.path.join ('Documentation', 'snippets') -- 2.39.2