From 982a650c6593787630b1ee314b0df8e17d04be43 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Tue, 19 Jun 2007 21:25:51 -0700 Subject: [PATCH] LSR: I'm an idiot. --- buildscripts/makelsr.py | 5 ----- 1 file changed, 5 deletions(-) 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') -- 2.39.5