Fixed doublespace in import

This commit is contained in:
Frode Woldsund 2010-06-11 09:36:08 +02:00
parent f5b02659b6
commit 752e063837
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ import os
from PyQt4 import QtCore, QtGui
from openlp.core.lib import contextMenuAction, contextMenuSeparator, \
SettingsManager, OpenLPToolbar, ServiceItem, build_icon, translate
SettingsManager, OpenLPToolbar, ServiceItem, build_icon, translate
log = logging.getLogger(__name__)