From 315d845739709e225a90b9089d3f980b9cfde7e6 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Thu, 30 Aug 2007 03:06:59 +0000 Subject: Revert revisions 57472, 57474, and 57477 which disabled some tests when the email package was removed. Email was restored, so restore the tests. --- Lib/test/test_pyclbr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/test/test_pyclbr.py') diff --git a/Lib/test/test_pyclbr.py b/Lib/test/test_pyclbr.py index fe0141c578..caccf1107f 100644 --- a/Lib/test/test_pyclbr.py +++ b/Lib/test/test_pyclbr.py @@ -175,7 +175,7 @@ class PyclbrTest(TestCase): cm('pydoc') # Tests for modules inside packages - #cm('email.parser') + cm('email.parser') cm('test.test_pyclbr') -- cgit v1.2.1