diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2007-08-25 17:23:06 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2007-08-25 17:23:06 (GMT) |
commit | cb51c6e9530ee492d3eb9cd6484136c3811476c8 (patch) | |
tree | 2c53b584c0e02b246b4ebee7971a52d328a6485e /Lib/test/test_pyclbr.py | |
parent | 392c5bed123a8cea62b621a84266214ca959fb31 (diff) | |
download | cpython-cb51c6e9530ee492d3eb9cd6484136c3811476c8.zip cpython-cb51c6e9530ee492d3eb9cd6484136c3811476c8.tar.gz cpython-cb51c6e9530ee492d3eb9cd6484136c3811476c8.tar.bz2 |
Get test_pyclbr to pass after removing the email package
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 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') |