Remove comments

This commit is contained in:
Jonathan Corwin 2010-08-24 13:50:26 +01:00
parent 2c3e732453
commit 0066edecbb
1 changed files with 0 additions and 3 deletions

View File

@ -65,9 +65,6 @@ class OooImport(SongImport):
def do_import(self):
self.abort = False
self.start_ooo()
# Note this doesn't work, because kwargs[u'filenames'] doesn't appear
# to be anything sensible like an array of strings. No idea what it is
# though, I'm meant to guess
for filename in self.filenames:
if self.abort:
self.wizard.incrementProgressBar(u'Import cancelled')