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() self.close_ooo_file()
else: else:
self.log_error(self.filepath, self.log_error(self.filepath,
translate('SongsPlugin.SongImport', translate('SongsPlugin.SongImport',
'Unable to open file')) 'Unable to open file'))
else: else:
self.log_error(self.filepath, self.log_error(self.filepath,
translate('SongsPlugin.SongImport', translate('SongsPlugin.SongImport', 'File not found'))
'File not found'))
self.close_ooo() self.close_ooo()
def process_ooo_document(self): def process_ooo_document(self):