SEL-Columbia / pyxform

A Python package to create XForms for ODK Collect.
21 stars 9 forks source link

Typo in 'XFormToDict()'. #122

Open esmail opened 10 years ago

esmail commented 10 years ago

type(etree.Element) -> <type 'builtin_function_or_method'>

isinstance(root, etree.Element) -> TypeError: isinstance() arg 2 must be a class, type, or tuple of classes and types