Index: scripts/midi2ly.py =================================================================== RCS file: /sources/lilypond/lilypond/scripts/midi2ly.py,v retrieving revision 1.48 diff -u -r1.48 midi2ly.py --- scripts/midi2ly.py 24 Jul 2006 12:28:53 -0000 1.48 +++ scripts/midi2ly.py 25 Jul 2006 00:47:16 -0000 @@ -33,8 +33,6 @@ '@lilypond_libdir@']: sys.path.insert (0, os.path.join (d, 'python')) -sys.path.insert (0, os.path.join (datadir, 'python')) - # dynamic relocation, for GUB binaries. bindir = os.path.abspath (os.path.split (sys.argv[0])[0]) for p in ['share', 'lib']: Index: ChangeLog =================================================================== RCS file: /sources/lilypond/lilypond/ChangeLog,v retrieving revision 1.5201 diff -u -r1.5201 ChangeLog --- ChangeLog 24 Jul 2006 12:28:52 -0000 1.5201 +++ ChangeLog 25 Jul 2006 00:47:24 -0000 @@ -1,3 +1,7 @@ +2006-07-25 Joe Neeman + + * scripts/midi2ly.py: remove old line + 2006-07-24 Han-Wen Nienhuys * scripts/*.py (program_name): cleanup relocation snippets.