From 49d62d486b452d352d803490525f1e1621d821b1 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Wed, 8 Jul 2009 19:58:30 +0000 Subject: [PATCH] Bad. Need to get rid of the tab as well. --- sfa/util/rspec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/util/rspec.py b/sfa/util/rspec.py index 1cd7edc6..35d11f20 100644 --- a/sfa/util/rspec.py +++ b/sfa/util/rspec.py @@ -168,7 +168,7 @@ class Rspec: """ read an xml string and store it as a dom object. """ - xml = xml.replace('\n', '').replace('\t', '').replace(' ', '').strip() + xml = xml.replace('\n', '').replace('\t', '').strip() dom = minidom.parseString(xml) self.rootNode = dom.childNodes[0] -- 2.43.0