summaryrefslogtreecommitdiffstats
path: root/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/parsers/__init__.py
blob: ee4380b1b31b864112d501ddf482008dc8714164 (plain)
1
2
3
4
5
6
7
8
"""Python interfaces to XML parsers.

This package contains one module:

expat -- Python wrapper for James Clark's Expat parser, with namespace
         support.

"""