]> git.donarmstrong.com Git - lilypond.git/commit
Python lilylib: remove path insertion of @lilypond_datadir@/python
authorJohn Mandereau <john.mandereau@gmail.com>
Tue, 11 Nov 2008 15:57:55 +0000 (16:57 +0100)
committerJohn Mandereau <john.mandereau@gmail.com>
Tue, 11 Nov 2008 15:57:55 +0000 (16:57 +0100)
commitf6153d41176456e7f625b9fbe314ce072c7cce19
treeace52b8d43fb3e1bbe5fbe9cba7d63903ed4e535
parent39dbc0fafd835267b23c2ea4166046d19040f281
Python lilylib: remove path insertion of @lilypond_datadir@/python

The removed line was not necessary for installed Python scripts, which
sets Python path through the relocation preamble, and it wrongly made
non-installed scripts try to load installed Python modules instead of
modules in $(top-build-dir)/python/$(outconfbase).
python/lilylib.py