Revert revisions 57472, 57474, and 57477 which disabled some tests

when the email package was removed.  Email was restored, so restore the tests.
This commit is contained in:
Neal Norwitz 2007-08-30 03:06:59 +00:00
parent 8b3d659692
commit 315d845739
4 changed files with 5 additions and 26 deletions

View file

@ -175,7 +175,7 @@ class PyclbrTest(TestCase):
cm('pydoc')
# Tests for modules inside packages
#cm('email.parser')
cm('email.parser')
cm('test.test_pyclbr')