Uglification to conform to weird standards :)

This commit is contained in:
Gerald Britton 2011-05-28 16:43:33 -04:00
parent 336adb7461
commit caa6639c7b
1 changed files with 3 additions and 4 deletions

View File

@ -82,12 +82,11 @@ class OooImport(SongImport):
self.close_ooo_file()
else:
self.log_error(self.filepath,
translate('SongsPlugin.SongImport',
'Unable to open file'))
translate('SongsPlugin.SongImport',
'Unable to open file'))
else:
self.log_error(self.filepath,
translate('SongsPlugin.SongImport',
'File not found'))
translate('SongsPlugin.SongImport', 'File not found'))
self.close_ooo()
def process_ooo_document(self):