From: Sapan Bhatia Date: Wed, 8 Jul 2009 19:58:30 +0000 (+0000) Subject: Bad. Need to get rid of the tab as well. X-Git-Tag: sfa-0.9-0@14641~97 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=49d62d486b452d352d803490525f1e1621d821b1;p=sfa.git Bad. Need to get rid of the tab as well. --- 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]