forked from openlp/openlp
SlideController clean up part 4
This commit is contained in:
parent
41782ae8a7
commit
7dea8a37a1
@ -18,5 +18,5 @@ this program; if not, write to the Free Software Foundation, Inc., 59 Temple
|
||||
Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
"""
|
||||
from mediaitem import ImageMediaItem
|
||||
from imageslidecontroller import ImageToolbar
|
||||
from imagetoolbar import ImageToolbar
|
||||
from imagetab import ImageTab
|
||||
|
@ -22,7 +22,7 @@ import os
|
||||
|
||||
from PyQt4 import QtCore, QtGui
|
||||
from openlp.core.lib import MediaManagerItem, ServiceItem, translate, BaseListWithDnD, buildIcon
|
||||
from openlp.plugins.images.lib.imageslidecontroller import ImageToolbar
|
||||
from openlp.plugins.images.lib.imagetoolbar import ImageToolbar
|
||||
|
||||
# We have to explicitly create separate classes for each plugin
|
||||
# in order for DnD to the Service manager to work correctly.
|
||||
|
Loading…
Reference in New Issue
Block a user