summaryrefslogtreecommitdiffstats
path: root/Lib/test/xmltests.py
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2007-04-17 08:39:58 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2007-04-17 08:39:58 (GMT)
commit53855c6495b076143c7bf947817fc967e3068af2 (patch)
tree927ab5d5a3ec82ae11501b35c421ea91959d8eb6 /Lib/test/xmltests.py
parente6c6e3d9c5d0bae998a71ad465c974d1b25084d9 (diff)
downloadcpython-53855c6495b076143c7bf947817fc967e3068af2.zip
cpython-53855c6495b076143c7bf947817fc967e3068af2.tar.gz
cpython-53855c6495b076143c7bf947817fc967e3068af2.tar.bz2
Remove the xmllib module that was obsolete.
Diffstat (limited to 'Lib/test/xmltests.py')
-rw-r--r--Lib/test/xmltests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/xmltests.py b/Lib/test/xmltests.py
index d203709..446fe30 100644
--- a/Lib/test/xmltests.py
+++ b/Lib/test/xmltests.py
@@ -17,5 +17,4 @@ runtest("test.test_pyexpat")
runtest("test.test_sax")
runtest("test.test_xml_etree")
runtest("test.test_xml_etree_c")
-runtest("test.test_xmllib")
runtest("test.test_xmlrpc")