summaryrefslogtreecommitdiff
path: root/modules/language/python/module/xml/parsers.py~
diff options
context:
space:
mode:
authorStefan Israelsson Tampe <stefan.itampe@gmail.com>2018-11-06 23:26:25 +0100
committerStefan Israelsson Tampe <stefan.itampe@gmail.com>2018-11-06 23:26:25 +0100
commit4d4de6eecb3917e19a0af616790630a683b43767 (patch)
tree84f4e249a986928dfcba616d32a269900804772c /modules/language/python/module/xml/parsers.py~
parent9f1bcefabfbfb28cd913b363285675d98e9c622c (diff)
python repo install
Diffstat (limited to 'modules/language/python/module/xml/parsers.py~')
-rw-r--r--modules/language/python/module/xml/parsers.py~8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/language/python/module/xml/parsers.py~ b/modules/language/python/module/xml/parsers.py~
new file mode 100644
index 0000000..eb314a3
--- /dev/null
+++ b/modules/language/python/module/xml/parsers.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.
+
+"""