recursive xml parsing

This commit is contained in:
Michele Lazzeri 2012-01-11 19:37:43 +01:00
parent 1664bc7b91
commit 6b3792aef2

View File

@ -196,8 +196,6 @@ class XMLParser(BaseParser):
def _xml_convert(self, element):
"""
convert the xml `element` into the corresponding python object
`data` The python object representation of xml `element`.
"""
children = element.getchildren()