Top

telemeta.util module

from telemeta.util import *

Sub-modules

telemeta.util.xmltodict2

xmltodict(): convert xml into tree of Python dicts.

This was copied and modified from John Bair's recipe at aspn.activestate.com: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/149368