From: Graham Percival Date: Wed, 20 Jun 2007 04:25:51 +0000 (-0700) Subject: LSR: I'm an idiot. X-Git-Tag: release/2.11.28-1~21^2~50 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=982a650c6593787630b1ee314b0df8e17d04be43;p=lilypond.git LSR: I'm an idiot. --- diff --git a/buildscripts/makelsr.py b/buildscripts/makelsr.py index 65ac4ec5f2..cc79192bd8 100755 --- a/buildscripts/makelsr.py +++ b/buildscripts/makelsr.py @@ -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')