Small cleanup of videopsalm

This commit is contained in:
Tomas Groth 2016-01-08 20:52:24 +01:00
parent 345f135e98
commit 21b8388069
2 changed files with 0 additions and 2 deletions

View File

@ -28,7 +28,6 @@ import json
import os import os
from openlp.core.common import translate from openlp.core.common import translate
from openlp.plugins.songs.lib import VerseType
from openlp.plugins.songs.lib.importers.songimport import SongImport from openlp.plugins.songs.lib.importers.songimport import SongImport
from openlp.plugins.songs.lib.db import AuthorType from openlp.plugins.songs.lib.db import AuthorType

View File

@ -26,7 +26,6 @@ import os
from unittest import TestCase from unittest import TestCase
from tests.helpers.songfileimport import SongImportTestHelper from tests.helpers.songfileimport import SongImportTestHelper
from openlp.plugins.songs.lib.importers.opensong import OpenSongImport
from openlp.core.common import Registry from openlp.core.common import Registry
from tests.functional import patch, MagicMock from tests.functional import patch, MagicMock