From 63cceb262cd523731a259c9d78bd498db5dc1d90 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Wed, 13 Feb 2019 21:34:00 +0000 Subject: [PATCH] remove unused --- openlp/core/lib/__init__.py | 1 - openlp/core/lib/theme.py | 1 - 2 files changed, 2 deletions(-) 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