From ede77bfda42b95da733ef0e266d5681de308138c Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 31 Jul 2000 23:59:54 +0000 Subject: Rename the "parser" package to "parsers" to be compatible with the PyXML project. --- Lib/xml/parser/__init__.py | 8 -------- Lib/xml/parsers/__init__.py | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 Lib/xml/parser/__init__.py create mode 100644 Lib/xml/parsers/__init__.py diff --git a/Lib/xml/parser/__init__.py b/Lib/xml/parser/__init__.py deleted file mode 100644 index eb314a3..0000000 --- a/Lib/xml/parser/__init__.py +++ /dev/null @@ -1,8 +0,0 @@ -"""Python interfaces to XML parsers. - -This package contains one module: - -expat -- Python wrapper for James Clark's Expat parser, with namespace - support. - -""" diff --git a/Lib/xml/parsers/__init__.py b/Lib/xml/parsers/__init__.py new file mode 100644 index 0000000..eb314a3 --- /dev/null +++ b/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. + +""" -- cgit v0.12