From df82628c0104b65eb0442637fecd7d2d5caf26a7 Mon Sep 17 00:00:00 2001 From: Tomas Groth Date: Wed, 8 Jun 2016 21:34:29 +0200 Subject: [PATCH] Fix merge issue --- openlp/core/lib/serviceitem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/lib/serviceitem.py b/openlp/core/lib/serviceitem.py index d0096fbf6..10f5a274b 100644 --- a/openlp/core/lib/serviceitem.py +++ b/openlp/core/lib/serviceitem.py @@ -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__)