remove unused imports, correct import order

This commit is contained in:
rimach 2010-05-11 23:05:08 +02:00
parent e0664a1e88
commit 294b0abfc0
2 changed files with 2 additions and 4 deletions

View File

@ -26,7 +26,6 @@
from PyQt4 import QtCore, QtGui
from aboutdialog import Ui_AboutDialog
from openlp.core.lib import translate
class AboutForm(QtGui.QDialog, Ui_AboutDialog):
"""

View File

@ -24,10 +24,9 @@
###############################################################################
import logging
from logging import FileHandler
from PyQt4 import QtCore, QtGui
import os
from PyQt4 import QtCore, QtGui
from openlp.core.utils import AppLocation
from openlp.core.lib import translate