]> git.donarmstrong.com Git - lilypond.git/commit
Fix style of Python buildscripts
authorJohn Mandereau <john.mandereau@gmail.com>
Sat, 26 Apr 2008 21:10:30 +0000 (23:10 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Sat, 26 Apr 2008 21:10:30 +0000 (23:10 +0200)
commitcc763f3502ea9d6b87b4fe463a463c4d3adfc7f4
treebcf5e6009ed6e189f20d943aaf4597a44abcc024
parent840aaebd3e2b008233ef53c8026be2201a4e39fd
Fix style of Python buildscripts

- always use 4 spaces for indentation,

- rewrite lilypond-words.py in better Python style,

- replace deprecated constructs, mainly string functions and
exceptions,

- translations-status.py: load gettext catalogs via langdefs,

- mutopia-index.py: replace hand-made construct with dict.get().
Documentation/GNUmakefile
buildscripts/bib2html.py
buildscripts/gen-emmentaler-scripts.py
buildscripts/lilypond-words.py
buildscripts/mf-to-table.py
buildscripts/musicxml_generate_intervals.py
buildscripts/musicxml_generate_keys.py
buildscripts/musicxml_generate_timesignatures.py
buildscripts/mutopia-index.py
buildscripts/readlink.py
buildscripts/translations-status.py