Moved song file import helper

This commit is contained in:
Philip Ridout 2013-10-10 20:58:52 +01:00
parent beeea8ab9a
commit b5831c2f38
2 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ This module contains tests for the SongShow Plus song importer.
import os import os
from unittest import TestCase from unittest import TestCase
from tests.functional.openlp_plugins.songs.songfileimporthelper import SongImportTestHelper from tests.helpers.songfileimport import SongImportTestHelper
from openlp.plugins.songs.lib import VerseType from openlp.plugins.songs.lib import VerseType
from openlp.plugins.songs.lib.songshowplusimport import SongShowPlusImport from openlp.plugins.songs.lib.songshowplusimport import SongShowPlusImport
from tests.functional import patch, MagicMock from tests.functional import patch, MagicMock