Restore previously deleted import

This commit is contained in:
Simon Hanna 2017-03-30 00:04:59 +02:00
parent b371e73acc
commit 80bb6f713e
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ The :mod:`songbeamer` module provides the functionality for importing SongBeamer
import logging
import os
import re
import chardet
from openlp.plugins.songs.lib import VerseType
from openlp.plugins.songs.lib.importers.songimport import SongImport