From 80b0fbabaf6408beb23ce2822d3f74f6b82903c2 Mon Sep 17 00:00:00 2001 From: Louis Date: Sun, 23 Aug 2015 15:20:53 +0200 Subject: [PATCH] Deleting useless comment --- patacrep/songs/chordpro/test/test_parser.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/patacrep/songs/chordpro/test/test_parser.py b/patacrep/songs/chordpro/test/test_parser.py index 7f1c2586..55610bf4 100644 --- a/patacrep/songs/chordpro/test/test_parser.py +++ b/patacrep/songs/chordpro/test/test_parser.py @@ -28,15 +28,6 @@ class ParserTxtRenderer(unittest.TestCase): return with open("{}.sgc".format(self.basename), 'r', encoding='utf8') as sourcefile: with open("{}.txt".format(self.basename), 'r', encoding='utf8') as expectfile: - #print(os.path.basename(sourcefile.name)) - #with open("{}.txt.diff".format(self.basename), 'w', encoding='utf8') as difffile: - # difffile.write( - # str(chordpro.parse_song( - # sourcefile.read(), - # os.path.basename(sourcefile.name), - # )).strip() - # ) - # sourcefile.seek(0) self.assertMultiLineEqual( str(chordpro.parse_song( sourcefile.read(),