diff --git a/openlp/core/lib/__init__.py b/openlp/core/lib/__init__.py index f4fbe639b..b2aaa082e 100644 --- a/openlp/core/lib/__init__.py +++ b/openlp/core/lib/__init__.py @@ -29,7 +29,6 @@ from PyQt5 import QtCore, QtGui, QtWidgets from openlp.core.common.i18n import translate from openlp.core.common.path import Path -from openlp.core.lib.formattingtags import FormattingTags log = logging.getLogger(__name__ + '.__init__') diff --git a/openlp/core/lib/theme.py b/openlp/core/lib/theme.py index 9214f3140..298e79df3 100644 --- a/openlp/core/lib/theme.py +++ b/openlp/core/lib/theme.py @@ -30,7 +30,6 @@ from lxml import etree, objectify from openlp.core.common import de_hump from openlp.core.common.applocation import AppLocation 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.lib import get_text_file_string, str_to_bool