From cb51c6e9530ee492d3eb9cd6484136c3811476c8 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Sat, 25 Aug 2007 17:23:06 +0000 Subject: Get test_pyclbr to pass after removing the email package --- Lib/test/test_pyclbr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_pyclbr.py b/Lib/test/test_pyclbr.py index 899e344..640bac6 100644 --- a/Lib/test/test_pyclbr.py +++ b/Lib/test/test_pyclbr.py @@ -174,7 +174,7 @@ class PyclbrTest(TestCase): cm('pydoc') # Tests for modules inside packages - cm('email.parser') + #cm('email.parser') cm('test.test_pyclbr') -- cgit v0.12