bpo-40275: Use new test.support helper submodules in tests (GH-21452)

This commit is contained in:
Hai Shi 2020-08-04 23:51:43 +08:00 committed by GitHub
parent da4e09fff6
commit 604bba1f8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 62 additions and 54 deletions

View file

@ -38,7 +38,7 @@ from email import base64mime
from email import quoprimime
from test.support import threading_helper
from test.support import unlink
from test.support.os_helper import unlink
from test.test_email import openfile, TestEmailBase
# These imports are documented to work, but we are testing them using a