forked from openlp/openlp
fixed import order
This commit is contained in:
parent
e8178b2569
commit
7fa97b2cac
@ -34,11 +34,10 @@ import logging
|
||||
import os
|
||||
import sys
|
||||
|
||||
from openlp.core.lib import SettingsTab, translate, build_icon, Receiver, \
|
||||
Settings
|
||||
|
||||
from PyQt4 import QtCore, QtGui
|
||||
|
||||
from openlp.core.lib import SettingsTab, translate, build_icon, Receiver, \
|
||||
Settings
|
||||
from openlp.core.lib.ui import UiStrings
|
||||
from openlp.core.utils import get_images_filter, AppLocation, format_time
|
||||
from openlp.core.lib import SlideLimits
|
||||
|
Loading…
Reference in New Issue
Block a user