]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix makelsr.py
authorJohn Mandereau <john.mandereau@gmail.com>
Sun, 26 Jul 2009 19:19:41 +0000 (21:19 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Sun, 26 Jul 2009 19:19:41 +0000 (21:19 +0200)
scripts/auxiliar/makelsr.py

index 88731719c1e6a3562d5f5ce85518adce7c4e4b1c..30f6fdc5ba7939691dc543b7eadde1616835b669 100755 (executable)
@@ -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')