From 650dc83aebd4703c76603a5e81cd9e49e9923279 Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Mon, 22 Aug 2011 15:39:02 +0200 Subject: [PATCH] do not use re with xml --- openlp/plugins/songs/lib/xml.py | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/openlp/plugins/songs/lib/xml.py b/openlp/plugins/songs/lib/xml.py index 801f61e5e..3391a1721 100644 --- a/openlp/plugins/songs/lib/xml.py +++ b/openlp/plugins/songs/lib/xml.py @@ -73,8 +73,6 @@ from openlp.core.utils import get_application_version log = logging.getLogger(__name__) -CHORD_REGEX = re.compile(u'') - class SongXML(object): """ This class builds and parses the XML used to describe songs. @@ -202,7 +200,7 @@ class OpenLyrics(object): This property is not supported. ```` - The attribute *part* is not supported. The *break* attribute is fully + The attribute *part* is not supported. The *break* attribute is supported. ```` @@ -339,8 +337,6 @@ class OpenLyrics(object): return None if xml[:5] == u'