remove not needed import

This commit is contained in:
Andreas Preikschat 2012-03-25 23:36:09 +02:00
parent 9a53a8211e
commit 3136ee475c

View File

@ -29,7 +29,7 @@ import logging
from PyQt4 import QtCore, QtGui
from openlp.core.lib import build_icon, translate
from openlp.core.lib import build_icon
from openlp.core.lib.ui import create_widget_action
log = logging.getLogger(__name__)