From b6c6a7cd6d77063f9cfb2292d006626d0bbf28b8 Mon Sep 17 00:00:00 2001 From: Arjan Schrijver Date: Tue, 15 Jan 2013 22:29:56 +0100 Subject: [PATCH] Fix line spacing --- openlp/core/lib/serviceitem.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openlp/core/lib/serviceitem.py b/openlp/core/lib/serviceitem.py index 2d81a8485..00670d490 100644 --- a/openlp/core/lib/serviceitem.py +++ b/openlp/core/lib/serviceitem.py @@ -36,6 +36,7 @@ import datetime import logging import os import uuid + from PyQt4 import QtCore, QtGui from openlp.core.lib import build_icon, clean_tags, expand_tags, translate, ImageSource, Settings