removed not needed import

This commit is contained in:
Andreas Preikschat 2012-03-25 23:34:02 +02:00
parent 7f4664b69b
commit 9a53a8211e

View File

@ -27,7 +27,7 @@
import logging import logging
from PyQt4 import QtCore, QtGui, Qt from PyQt4 import QtCore, QtGui
from openlp.core.lib import build_icon, translate from openlp.core.lib import build_icon, translate
from openlp.core.lib.ui import create_widget_action from openlp.core.lib.ui import create_widget_action