summaryrefslogtreecommitdiffstats
path: root/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/parsers/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'AppPkg/Applications/Python/Python-2.7.2/Lib/xml/parsers/__init__.py')
-rw-r--r--AppPkg/Applications/Python/Python-2.7.2/Lib/xml/parsers/__init__.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/parsers/__init__.py b/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/parsers/__init__.py
new file mode 100644
index 0000000000..ee4380b1b3
--- /dev/null
+++ b/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/parsers/__init__.py
@@ -0,0 +1,8 @@
+"""Python interfaces to XML parsers.
+
+This package contains one module:
+
+expat -- Python wrapper for James Clark's Expat parser, with namespace
+ support.
+
+"""