From: Fred Drake Date: Mon, 31 Jul 2000 23:59:54 +0000 (+0000) Subject: Rename the "parser" package to "parsers" to be compatible with the PyXML X-Git-Tag: v2.0b1~653 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ede77bfda42b95da733ef0e266d5681de308138c;p=thirdparty%2FPython%2Fcpython.git Rename the "parser" package to "parsers" to be compatible with the PyXML project. --- diff --git a/Lib/xml/parser/__init__.py b/Lib/xml/parsers/__init__.py similarity index 100% rename from Lib/xml/parser/__init__.py rename to Lib/xml/parsers/__init__.py