remove unused

This commit is contained in:
Tim Bentley 2019-02-13 21:34:00 +00:00
parent 5ac8bbc3f2
commit 63cceb262c
2 changed files with 0 additions and 2 deletions

View File

@ -29,7 +29,6 @@ from PyQt5 import QtCore, QtGui, QtWidgets
from openlp.core.common.i18n import translate from openlp.core.common.i18n import translate
from openlp.core.common.path import Path from openlp.core.common.path import Path
from openlp.core.lib.formattingtags import FormattingTags
log = logging.getLogger(__name__ + '.__init__') log = logging.getLogger(__name__ + '.__init__')

View File

@ -30,7 +30,6 @@ from lxml import etree, objectify
from openlp.core.common import de_hump from openlp.core.common import de_hump
from openlp.core.common.applocation import AppLocation from openlp.core.common.applocation import AppLocation
from openlp.core.common.json import OpenLPJsonDecoder, OpenLPJsonEncoder from openlp.core.common.json import OpenLPJsonDecoder, OpenLPJsonEncoder
from openlp.core.common.path import Path
from openlp.core.display.screens import ScreenList from openlp.core.display.screens import ScreenList
from openlp.core.lib import get_text_file_string, str_to_bool from openlp.core.lib import get_text_file_string, str_to_bool