commit | 9f0f960d4ce48062dcb286903721fa89d6037159 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Jun 12 22:23:59 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Thu Jun 12 22:23:59 2008 +0000 |
tree | 4640c5dd2f0ffc54affa131fe6b48cb70d480b71 | |
parent | a0c0a4a2616e83084052a34c9806b3308f5799db [diff] [blame] |
Remove traces of rfc822.
diff --git a/Lib/test/test_pyclbr.py b/Lib/test/test_pyclbr.py index 70eea04..8287877 100644 --- a/Lib/test/test_pyclbr.py +++ b/Lib/test/test_pyclbr.py
@@ -140,6 +140,7 @@ def test_easy(self): self.checkModule('pyclbr') + self.checkModule('ast') self.checkModule('doctest', ignore=("TestResults", "_SpoofOut")) self.checkModule('difflib', ignore=("Match",))