]> git.proxmox.com Git - mirror_edk2.git/blob - AppPkg/Applications/Python/Python-2.7.10/Lib/xml/parsers/__init__.py
AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5.
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.10 / 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 """