From: John Mandereau Date: Sun, 26 Jul 2009 19:19:41 +0000 (+0200) Subject: Fix makelsr.py X-Git-Tag: release/2.13.4-1~285 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c89f60a26898bf31629a6f7969e13fa837612270;p=lilypond.git Fix makelsr.py --- 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')