forked from openlp/openlp
fix import issues
This commit is contained in:
parent
3e8af699c3
commit
cfc3a978a8
@ -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
|
||||
|
||||
|
||||
|
@ -20,7 +20,6 @@
|
||||
# Temple Place, Suite 330, Boston, MA 02111-1307 USA #
|
||||
###############################################################################
|
||||
|
||||
import logging
|
||||
import os
|
||||
import logging
|
||||
import zipfile
|
||||
|
Loading…
Reference in New Issue
Block a user