diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2007-08-30 03:06:59 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2007-08-30 03:06:59 (GMT) |
commit | 315d845739709e225a90b9089d3f980b9cfde7e6 (patch) | |
tree | 6fdf54da4d95fca4ca1fa45e8ec46aebc2efb6a4 /Lib/test/test_pyclbr.py | |
parent | 8b3d659692b6d092991dc3b5b4042547f885fa8c (diff) | |
download | cpython-315d845739709e225a90b9089d3f980b9cfde7e6.zip cpython-315d845739709e225a90b9089d3f980b9cfde7e6.tar.gz cpython-315d845739709e225a90b9089d3f980b9cfde7e6.tar.bz2 |
Revert revisions 57472, 57474, and 57477 which disabled some tests
when the email package was removed. Email was restored, so restore the tests.
Diffstat (limited to 'Lib/test/test_pyclbr.py')
-rw-r--r-- | Lib/test/test_pyclbr.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ class PyclbrTest(TestCase): cm('pydoc') # Tests for modules inside packages - #cm('email.parser') + cm('email.parser') cm('test.test_pyclbr') |