Kaydet (Commit) 0ac885e8 authored tarafından Barry Warsaw's avatar Barry Warsaw

test__all__(): Fix the import list.

üst 6bfa2e68
...@@ -1604,10 +1604,10 @@ class TestMiscellaneous(unittest.TestCase): ...@@ -1604,10 +1604,10 @@ class TestMiscellaneous(unittest.TestCase):
all = module.__all__ all = module.__all__
all.sort() all.sort()
self.assertEqual(all, ['Charset', 'Encoders', 'Errors', 'Generator', self.assertEqual(all, ['Charset', 'Encoders', 'Errors', 'Generator',
'Header', 'Iterators', 'MIMEAudio', 'Header', 'Iterators', 'MIMEAudio', 'MIMEBase',
'MIMEBase', 'MIMEImage', 'MIMEMessage', 'MIMEImage', 'MIMEMessage', 'MIMEMultipart',
'MIMEText', 'Message', 'Parser', 'MIMENonMultipart', 'MIMEText', 'Message',
'Utils', 'base64MIME', 'Parser', 'Utils', 'base64MIME',
'message_from_file', 'message_from_string', 'message_from_file', 'message_from_string',
'quopriMIME']) 'quopriMIME'])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment