summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pyclbr.py
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-05-11 03:00:26 (GMT)
committerBrett Cannon <bcannon@gmail.com>2008-05-11 03:00:26 (GMT)
commitd8b61ee8cc36ba88bfec45a3efb9591439ac1214 (patch)
tree531617b2aa249ab3ff0371bf6c20f24751360a59 /Lib/test/test_pyclbr.py
parent99a9b8628b4f903c9c7032d5b5d2315fce8007ce (diff)
downloadcpython-d8b61ee8cc36ba88bfec45a3efb9591439ac1214.zip
cpython-d8b61ee8cc36ba88bfec45a3efb9591439ac1214.tar.gz
cpython-d8b61ee8cc36ba88bfec45a3efb9591439ac1214.tar.bz2
Remove the mhlib module.
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 25c7d85..64c8f18 100644
--- a/Lib/test/test_pyclbr.py
+++ b/Lib/test/test_pyclbr.py
@@ -156,7 +156,6 @@ class PyclbrTest(TestCase):
# These were once about the 10 longest modules
cm('random', ignore=('Random',)) # from _random import Random as CoreGenerator
cm('cgi', ignore=('log',)) # set with = in module
- cm('mhlib')
cm('urllib', ignore=('getproxies_registry',
'proxy_bypass_registry',
'open_https',