commit | 315d845739709e225a90b9089d3f980b9cfde7e6 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Thu Aug 30 03:06:59 2007 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Thu Aug 30 03:06:59 2007 +0000 |
tree | 6fdf54da4d95fca4ca1fa45e8ec46aebc2efb6a4 | |
parent | 8b3d659692b6d092991dc3b5b4042547f885fa8c [diff] [blame] |
Revert revisions 57472, 57474, and 57477 which disabled some tests when the email package was removed. Email was restored, so restore the tests.
diff --git a/Lib/test/test_pyclbr.py b/Lib/test/test_pyclbr.py index fe0141c..caccf11 100644 --- a/Lib/test/test_pyclbr.py +++ b/Lib/test/test_pyclbr.py
@@ -175,7 +175,7 @@ cm('pydoc') # Tests for modules inside packages - #cm('email.parser') + cm('email.parser') cm('test.test_pyclbr')