Shut the test up and add a missing import
This commit is contained in:
parent
190390b026
commit
d33d47401d
@ -1,8 +1,9 @@
|
|||||||
# Copyright (C) 2001,2002 Python Software Foundation
|
# Copyright (C) 2001,2002 Python Software Foundation
|
||||||
# email package unit tests
|
# email package unit tests
|
||||||
|
|
||||||
|
import unittest
|
||||||
# The specific tests now live in Lib/email/test
|
# The specific tests now live in Lib/email/test
|
||||||
from email.test.test_email import *
|
from email.test.test_email import suite
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
# Copyright (C) 2002 Python Software Foundation
|
# Copyright (C) 2002 Python Software Foundation
|
||||||
# email package unit tests for (optional) Asian codecs
|
# email package unit tests for (optional) Asian codecs
|
||||||
|
|
||||||
|
import unittest
|
||||||
# The specific tests now live in Lib/email/test
|
# The specific tests now live in Lib/email/test
|
||||||
from email.test.test_email_codecs import *
|
from email.test.test_email_codecs import suite
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user