forked from openlp/openlp
Import fixes
This commit is contained in:
parent
e5db2456e7
commit
8777ca29a7
@ -26,7 +26,7 @@ import logging
|
|||||||
import time
|
import time
|
||||||
|
|
||||||
from PyQt4 import QtCore, QtGui
|
from PyQt4 import QtCore, QtGui
|
||||||
from openlp.core.lib import OpenLPToolbar, translate, Receiver, ServiceType,
|
from openlp.core.lib import OpenLPToolbar, translate, Receiver, ServiceType
|
||||||
|
|
||||||
class SlideList(QtGui.QTableWidget):
|
class SlideList(QtGui.QTableWidget):
|
||||||
"""
|
"""
|
||||||
|
@ -24,8 +24,8 @@
|
|||||||
|
|
||||||
from PyQt4 import QtGui
|
from PyQt4 import QtGui
|
||||||
|
|
||||||
from openlp.core.lib import Plugin,
|
from openlp.core.lib import Plugin
|
||||||
from openlp.plugins.media.lib import MediaTab,MediaMediaItem
|
from openlp.plugins.media.lib import MediaTab, MediaMediaItem
|
||||||
|
|
||||||
class MediaPlugin(Plugin):
|
class MediaPlugin(Plugin):
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user