]> git.donarmstrong.com Git - lilypond.git/commitdiff
LSR: I'm an idiot.
authorGraham Percival <graham@percival-music.ca>
Wed, 20 Jun 2007 04:25:51 +0000 (21:25 -0700)
committerGraham Percival <graham@percival-music.ca>
Wed, 20 Jun 2007 04:25:51 +0000 (21:25 -0700)
buildscripts/makelsr.py

index 65ac4ec5f269a0b2d76286afda42cf68ede68de9..cc79192bd85572e8398e44ff8b07c1a431c33d14 100755 (executable)
@@ -58,11 +58,6 @@ for dir in dirs:
        copy_dir_with_test( os.path.join ('input', 'new', dir), destdir )
 
 
-file=open("not-converted.txt", 'w')
-for s in notconvert:
-       file.write(s+'\n')
-file.close()
-
 file=open("lsr-unsafe.txt", 'w')
 for s in notsafe:
        file.write(s+'\n')