removed unused import

This commit is contained in:
Andreas Preikschat 2011-02-28 20:36:58 +01:00
parent 0cda85a8a5
commit c7644bf8d9
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ from subprocess import Popen, PIPE
from PyQt4 import QtCore, QtGui
from openlp.core.lib import Receiver, translate, check_directory_exists
from openlp.core.lib import Receiver, check_directory_exists
from openlp.core.resources import qInitResources
from openlp.core.ui.mainwindow import MainWindow
from openlp.core.ui.exceptionform import ExceptionForm