Commit 3fcd51ce authored by Barry Warsaw's avatar Barry Warsaw

Shut the test up and add a missing import

parent db7f0cf4
# Copyright (C) 2001,2002 Python Software Foundation
# email package unit tests
import unittest
# The specific tests now live in Lib/email/test
from email.test.test_email import *
from email.test.test_email import suite
......
# Copyright (C) 2002 Python Software Foundation
# email package unit tests for (optional) Asian codecs
import unittest
# The specific tests now live in Lib/email/test
from email.test.test_email_codecs import *
from email.test.test_email_codecs import suite
......
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