diff --git a/openlp/core/lib/themexmlhandler.py b/openlp/core/lib/themexmlhandler.py index a96cc7355..a5ff64c9d 100644 --- a/openlp/core/lib/themexmlhandler.py +++ b/openlp/core/lib/themexmlhandler.py @@ -30,7 +30,7 @@ from xml.etree.ElementTree import ElementTree, XML from openlp.core.lib import str_to_bool -blankthemexml=\ +blankthemexml = \ ''' BlankStyle diff --git a/openlp/core/lib/xmlrootclass.py b/openlp/core/lib/xmlrootclass.py index 78682c5a3..017d365c2 100644 --- a/openlp/core/lib/xmlrootclass.py +++ b/openlp/core/lib/xmlrootclass.py @@ -102,3 +102,4 @@ class XmlRootClass(object): if not attrib.startswith(u'_'): result += u'_%s_' % getattr(self, attrib) return result + diff --git a/openlp/core/theme/theme.py b/openlp/core/theme/theme.py index b34510fb7..501a7c33e 100644 --- a/openlp/core/theme/theme.py +++ b/openlp/core/theme/theme.py @@ -28,13 +28,13 @@ import types from xml.etree.ElementTree import ElementTree, XML from PyQt4 import QtGui -DelphiColors={"clRed":0xFF0000, +DelphiColors = {"clRed":0xFF0000, "clBlue":0x0000FF, "clYellow":0xFFFF00, - "clBlack":0x000000, - "clWhite":0xFFFFFF} + "clBlack":0x000000, + "clWhite":0xFFFFFF} -blankstylexml=\ +blankstylexml = \ ''' BlankStyle