diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-04-11 19:54:11 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-04-11 19:54:11 +0000 |
commit | 3c14efe69656b83615c393f822b7cfeb21fb3bab (patch) | |
tree | 25647242da4e08f8553ec8b598ceb380cdb1b535 | |
parent | deb121aec7185f0d8034453203c6be436b2951f5 (diff) | |
download | cpython-git-3c14efe69656b83615c393f822b7cfeb21fb3bab.tar.gz |
Stop sucking up xmllib -- it's deprecated.
-rw-r--r-- | Lib/test/test_pyclbr.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_pyclbr.py b/Lib/test/test_pyclbr.py index 52fb2ad68b..c745720282 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): |