mirror of
https://github.com/python/cpython.git
synced 2025-10-02 21:25:24 +00:00
Shut the test up and add a missing import
This commit is contained in:
parent
190390b026
commit
d33d47401d
2 changed files with 4 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue