Fix merge issue

This commit is contained in:
Tomas Groth 2016-06-08 21:34:29 +02:00
parent 2fe7a9d127
commit df82628c01
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ import ntpath
from PyQt5 import QtGui
from openlp.core.common import RegistryProperties, Settings, translate, AppLocation, md5_hash
from openlp.core.lib import ImageSource, build_icon, clean_tags, expand_tags, expand_chords
from openlp.core.lib import ImageSource, build_icon, clean_tags, expand_tags, expand_chords, create_thumb
log = logging.getLogger(__name__)