From: Thierry Parmentelat Date: Thu, 10 Nov 2011 14:49:11 +0000 (+0100) Subject: typo X-Git-Tag: sfa-1.1-3~74^2 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=036184908cd764a2913e68d65d6084b46336b776 typo --- diff --git a/sfa/util/xml.py b/sfa/util/xml.py index b2aea13b..bdaf5396 100755 --- a/sfa/util/xml.py +++ b/sfa/util/xml.py @@ -91,7 +91,7 @@ class XML: self.parse_xml(xml) if isinstance(xml, XmlNode): self.root = xml - self.namespces = xml.namespaces + self.namespaces = xml.namespaces elif isinstance(xml, etree._ElementTree) or isinstance(xml, etree._Element): self.parse_xml(etree.tostring(xml))