Rename the "parser" package to "parsers" to be compatible with the PyXML

project.
This commit is contained in:
Fred Drake 2000-07-31 23:59:54 +00:00
parent fbd3b45bb7
commit ede77bfda4

View file

@ -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.
"""