fixed import order

This commit is contained in:
Andreas Preikschat 2012-12-06 12:09:10 +01:00
parent e8178b2569
commit 7fa97b2cac
1 changed files with 2 additions and 3 deletions

View File

@ -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