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/?a=commitdiff_plain;h=036184908cd764a2913e68d65d6084b46336b776;hp=2424addc9fb0bd817d5b5a811b4c9c49e27e86a0;p=sfa.git 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))