~suutari-olli/openlp/click-slide-to-go-live-from-blank

« back to all changes in this revision

Viewing changes to openlp/plugins/songs/lib/importers/songimport.py

Merged trunk on 28.4.16, removed broken test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
from PyQt5 import QtCore
29
29
 
30
30
from openlp.core.common import Registry, AppLocation, check_directory_exists, translate
31
 
from openlp.core.ui.wizard import WizardStrings
 
31
from openlp.core.ui.lib.wizard import WizardStrings
32
32
from openlp.plugins.songs.lib import clean_song, VerseType
33
33
from openlp.plugins.songs.lib.db import Song, Author, Topic, Book, MediaFile
34
34
from openlp.plugins.songs.lib.ui import SongStrings