summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pyclbr.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-04-11 19:54:11 (GMT)
committerTim Peters <tim.peters@gmail.com>2002-04-11 19:54:11 (GMT)
commit3c14efe69656b83615c393f822b7cfeb21fb3bab (patch)
tree25647242da4e08f8553ec8b598ceb380cdb1b535 /Lib/test/test_pyclbr.py
parentdeb121aec7185f0d8034453203c6be436b2951f5 (diff)
downloadcpython-3c14efe69656b83615c393f822b7cfeb21fb3bab.zip
cpython-3c14efe69656b83615c393f822b7cfeb21fb3bab.tar.gz
cpython-3c14efe69656b83615c393f822b7cfeb21fb3bab.tar.bz2
Stop sucking up xmllib -- it's deprecated.
Diffstat (limited to 'Lib/test/test_pyclbr.py')
-rw-r--r--Lib/test/test_pyclbr.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_pyclbr.py b/Lib/test/test_pyclbr.py
index 52fb2ad..c745720 100644
--- a/Lib/test/test_pyclbr.py
+++ b/Lib/test/test_pyclbr.py
@@ -106,7 +106,6 @@ class PyclbrTest(unittest.TestCase):
'_ismodule',
'_classify_class_attrs'])
self.checkModule('rfc822')
- self.checkModule('xmllib')
self.checkModule('difflib')
def test_others(self):