fix import issues

This commit is contained in:
Tim Bentley 2016-04-05 17:34:21 +01:00
parent 3e8af699c3
commit cfc3a978a8
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,8 @@ else:
from PyQt5 import QtCore
from openlp.core.lib import ScreenList
from openlp.core.utils import delete_file, get_uno_command, get_uno_instance
from openlp.core.utils import delete_file, \
from openlp.core.common import get_uno_command, get_uno_instance
from .presentationcontroller import PresentationController, PresentationDocument, TextType

View File

@ -20,7 +20,6 @@
# Temple Place, Suite 330, Boston, MA 02111-1307 USA #
###############################################################################
import logging
import os
import logging
import zipfile