summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pyclbr.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-06-12 22:23:59 (GMT)
committerGeorg Brandl <georg@python.org>2008-06-12 22:23:59 (GMT)
commit9f0f960d4ce48062dcb286903721fa89d6037159 (patch)
tree4640c5dd2f0ffc54affa131fe6b48cb70d480b71 /Lib/test/test_pyclbr.py
parenta0c0a4a2616e83084052a34c9806b3308f5799db (diff)
downloadcpython-9f0f960d4ce48062dcb286903721fa89d6037159.zip
cpython-9f0f960d4ce48062dcb286903721fa89d6037159.tar.gz
cpython-9f0f960d4ce48062dcb286903721fa89d6037159.tar.bz2
Remove traces of rfc822.
Diffstat (limited to 'Lib/test/test_pyclbr.py')
-rw-r--r--Lib/test/test_pyclbr.py1
1 files changed, 1 insertions, 0 deletions
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 @@ class PyclbrTest(TestCase):
def test_easy(self):
self.checkModule('pyclbr')
+ self.checkModule('ast')
self.checkModule('doctest', ignore=("TestResults", "_SpoofOut"))
self.checkModule('difflib', ignore=("Match",))