removed a not needed import

This commit is contained in:
Andreas Preikschat 2011-01-01 22:46:00 +01:00
parent 625ef9fc00
commit 2693e3dbd9
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ from PyQt4 import QtCore, QtGui
from openlp.core.lib import MediaManagerItem, BaseListWithDnD, build_icon, \
context_menu_action, ItemCapabilities, SettingsManager, translate, \
check_item_selected, Receiver
check_item_selected
from openlp.core.utils import AppLocation, get_images_filter
log = logging.getLogger(__name__)