diff --git a/openlp/plugins/songs/lib/oooimport.py b/openlp/plugins/songs/lib/oooimport.py index 42ddfcdd1..c5cca4fd6 100644 --- a/openlp/plugins/songs/lib/oooimport.py +++ b/openlp/plugins/songs/lib/oooimport.py @@ -23,7 +23,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., 59 # # Temple Place, Suite 330, Boston, MA 02111-1307 USA # ############################################################################### - +import logging import os from PyQt4 import QtCore @@ -31,6 +31,8 @@ from PyQt4 import QtCore from openlp.core.lib import Receiver from songimport import SongImport +log = logging.getLogger(__name__) + if os.name == u'nt': from win32com.client import Dispatch PAGE_BEFORE = 4