]> granicus.if.org Git - python/commitdiff
Stop sucking up xmllib -- it's deprecated.
authorTim Peters <tim.peters@gmail.com>
Thu, 11 Apr 2002 19:54:11 +0000 (19:54 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 11 Apr 2002 19:54:11 +0000 (19:54 +0000)
Lib/test/test_pyclbr.py

index 52fb2ad68bfd9809852a3ccb765e2a1a1ecd854b..c745720282d7b5a56b95f32016acd12411470f6b 100644 (file)
@@ -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):