From 6e7e0790de156e737a3adea621056e4e48ae7599 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 18 May 2008 21:10:19 +0000 Subject: Fix test_pyclbr after another platform-dependent function was added to urllib. --- Lib/test/test_pyclbr.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/test_pyclbr.py b/Lib/test/test_pyclbr.py index 587bd89..5fbe75d 100644 --- a/Lib/test/test_pyclbr.py +++ b/Lib/test/test_pyclbr.py @@ -166,6 +166,7 @@ class PyclbrTest(TestCase): cm('cgi', ignore=('log',)) # set with = in module cm('urllib', ignore=('_CFNumberToInt32', '_CStringFromCFString', + '_CFSetup', 'getproxies_registry', 'proxy_bypass_registry', 'proxy_bypass_macosx_sysconf', -- cgit v0.12