summaryrefslogtreecommitdiff
path: root/modules/language/python/module/xml/parsers.py
diff options
context:
space:
mode:
authorStefan Israelsson Tampe <stefan.itampe@gmail.com>2018-09-12 19:48:03 +0200
committerStefan Israelsson Tampe <stefan.itampe@gmail.com>2018-09-12 19:48:03 +0200
commit37e74d5ff3ea8023db23fcd7edd33af5cbda4687 (patch)
tree98b8dbb727c0a7ce349e93fbe1617832ddad18e3 /modules/language/python/module/xml/parsers.py
parent11bcce56c7a6b57f86b7086461f8f71c78c910ff (diff)
xml dom etree
Diffstat (limited to 'modules/language/python/module/xml/parsers.py')
-rw-r--r--modules/language/python/module/xml/parsers.py12
1 files changed, 12 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..aee1b03
--- /dev/null
+++ b/modules/language/python/module/xml/parsers.py
@@ -0,0 +1,12 @@
+module(xml,parsers)
+
+"""Python interfaces to XML parsers.
+
+This package contains one module:
+
+expat -- Python wrapper for James Clark's Expat parser, with namespace
+ support.
+
+"""
+
+import xml.parsers.expat as expat