forked from openlp/openlp
Pep fixes
This commit is contained in:
parent
76bbc4500a
commit
c5a6fd9e31
@ -152,7 +152,7 @@ class OpenOfficeImport(SongImport):
|
|||||||
self.document.supportsService("com.sun.star.text.TextDocument"):
|
self.document.supportsService("com.sun.star.text.TextDocument"):
|
||||||
self.close_ooo_file()
|
self.close_ooo_file()
|
||||||
else:
|
else:
|
||||||
self.import_wizard.increment_progress_bar('Processing file {file_path}'.format(file_path), 0)
|
self.import_wizard.increment_progress_bar('Processing file {file_path}'.format(file_path=file_path), 0)
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
log.exception("open_ooo_file failed: {url}".format(url=url))
|
log.exception("open_ooo_file failed: {url}".format(url=url))
|
||||||
return
|
return
|
||||||
|
@ -22,13 +22,11 @@
|
|||||||
|
|
||||||
import logging
|
import logging
|
||||||
import re
|
import re
|
||||||
import shutil
|
|
||||||
import os
|
|
||||||
|
|
||||||
from PyQt5 import QtCore
|
from PyQt5 import QtCore
|
||||||
|
|
||||||
from openlp.core.common import Registry, AppLocation, check_directory_exists, translate
|
from openlp.core.common import Registry, AppLocation, check_directory_exists, translate
|
||||||
from openlp.core.common.path import Path
|
from openlp.core.common.path import copyfile
|
||||||
from openlp.core.ui.lib.wizard import WizardStrings
|
from openlp.core.ui.lib.wizard import WizardStrings
|
||||||
from openlp.plugins.songs.lib import clean_song, VerseType
|
from openlp.plugins.songs.lib import clean_song, VerseType
|
||||||
from openlp.plugins.songs.lib.db import Song, Author, Topic, Book, MediaFile
|
from openlp.plugins.songs.lib.db import Song, Author, Topic, Book, MediaFile
|
||||||
|
Loading…
Reference in New Issue
Block a user