X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Futil%2Fxml.py;h=bdaf539652bfb2b639d7a9426768bdc6ac5cf4a1;hb=036184908cd764a2913e68d65d6084b46336b776;hp=b2aea13b19f518f801df7405ae035f01fd121c49;hpb=2424addc9fb0bd817d5b5a811b4c9c49e27e86a0;p=sfa.git 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))