]> git.donarmstrong.com Git - lilypond.git/commit
Build fix : destroy nice python list comprehension
authorGraham Percival <graham@percival-music.ca>
Sat, 17 Sep 2011 18:25:03 +0000 (19:25 +0100)
committerGraham Percival <graham@percival-music.ca>
Sat, 17 Sep 2011 18:25:03 +0000 (19:25 +0100)
commitb7fc79ebc7edd841949517364485ea6043de18a3
tree801dbfc1b72a27a8e4325a27f963b3e2a05fa01c
parent677f06b3863a5bfbc3de2461cb4aa85e54927dbd
Build fix : destroy nice python list comprehension

GUB only has python 2.4, which means that all our scripts must
only use python 2.4, which means that we can't do useful list
comprehensions like
    langs = [i.code if i.code != 'en' else '' for i in
langdefs.WEB_LANGUAGES]

http://code.google.com/p/lilypond/issues/detail?id=1895
scripts/build/create-weblinks-itexi.py