Remove unused argument

This commit is contained in:
hugovk 2015-04-12 19:37:53 +03:00
parent 404f48be1e
commit a6f209a3f9

View file

@ -4038,7 +4038,7 @@ def _extract(node, name, index=0):
return None return None
def _extract_element_tree(node, index=0): def _extract_element_tree(node):
"""Extract an element tree into a multi-level dictionary """Extract an element tree into a multi-level dictionary
NB: If any elements have text nodes as well as nested NB: If any elements have text nodes as well as nested