From 9f0f960d4ce48062dcb286903721fa89d6037159 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 12 Jun 2008 22:23:59 +0000 Subject: Remove traces of rfc822. --- Lib/test/test_pyclbr.py | 1 + 1 file changed, 1 insertion(+) (limited to 'Lib/test/test_pyclbr.py') diff --git a/Lib/test/test_pyclbr.py b/Lib/test/test_pyclbr.py index 70eea04d3d..8287877c06 100644 --- a/Lib/test/test_pyclbr.py +++ b/Lib/test/test_pyclbr.py @@ -140,6 +140,7 @@ class PyclbrTest(TestCase): def test_easy(self): self.checkModule('pyclbr') + self.checkModule('ast') self.checkModule('doctest', ignore=("TestResults", "_SpoofOut")) self.checkModule('difflib', ignore=("Match",)) -- cgit v1.2.1