]> git.proxmox.com Git - mirror_edk2.git/blob - AppPkg/Applications/Python/Python-2.7.2/Lib/xml/parsers/__init__.py
AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python...
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Lib / xml / parsers / __init__.py
1 """Python interfaces to XML parsers.
2
3 This package contains one module:
4
5 expat -- Python wrapper for James Clark's Expat parser, with namespace
6 support.
7
8 """