remove the rfc822 module

This commit is contained in:
Benjamin Peterson 2008-06-12 22:15:50 +00:00
parent 83e9f4cd77
commit a0c0a4a261
7 changed files with 4 additions and 1614 deletions

View file

@ -141,7 +141,6 @@ class PyclbrTest(TestCase):
def test_easy(self):
self.checkModule('pyclbr')
self.checkModule('doctest', ignore=("TestResults", "_SpoofOut"))
self.checkModule('rfc822')
self.checkModule('difflib', ignore=("Match",))
def test_decorators(self):