Fix test_pyclbr after urllib change.

This commit is contained in:
Georg Brandl 2008-01-20 14:20:02 +00:00
parent 5235398323
commit 858493251f
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ class PyclbrTest(TestCase):
cm('cgi', ignore=('log',)) # set with = in module
cm('mhlib')
cm('urllib', ignore=('getproxies_registry',
'proxy_bypass_registry',
'open_https',
'getproxies_internetconfig',)) # not on all platforms
cm('pickle')