diff options
-rw-r--r-- | Lib/xml/parser/__init__.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Lib/xml/parser/__init__.py b/Lib/xml/parser/__init__.py new file mode 100644 index 0000000..5b76803 --- /dev/null +++ b/Lib/xml/parser/__init__.py @@ -0,0 +1,8 @@ +"""Python interfaces to XML parsers. + +This package contains on module: + +expat -- Python wrapper for James Clark's Expat parser, with namespace + support. + +""" |