clean up files

This commit is contained in:
Tim Bentley 2017-05-24 21:04:48 +01:00
parent 7c1fffdf41
commit 2faf588c99
3 changed files with 2 additions and 8 deletions

View File

@ -31,7 +31,7 @@ from xml.etree.ElementTree import ElementTree, XML
from PyQt5 import QtCore, QtGui, QtWidgets
from openlp.core.common import Registry, RegistryProperties, AppLocation, Settings, OpenLPMixin, RegistryMixin, \
check_directory_exists, UiStrings, translate, is_win, get_filesystem_encoding, delete_file, json_default
check_directory_exists, UiStrings, translate, is_win, get_filesystem_encoding, delete_file
from openlp.core.lib import FileDialog, ImageSource, ValidationError, get_text_file_string, build_icon, \
check_item_selected, create_thumb, validate_thumb
from openlp.core.lib.theme import Theme, BackgroundType

View File

@ -22,11 +22,9 @@
"""
Package to test the openlp.core.lib.theme package.
"""
import json
from unittest import TestCase
import os
from openlp.core.common import json_default
from openlp.core.lib.theme import Theme

View File

@ -22,12 +22,8 @@
"""
Package to test the openlp.core.ui.lib.theme package.
"""
import json
from unittest import TestCase
import os
from openlp.core.common import json_default
from openlp.core.lib.theme import Theme
from unittest import TestCase
class TestThemeManager(TestCase):