Shut the test up and add a missing import

This commit is contained in:
Barry Warsaw 2002-07-19 22:44:23 +00:00
parent 190390b026
commit d33d47401d
2 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,9 @@
# 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

View File

@ -1,8 +1,9 @@
# 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