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

This commit is contained in:
Hai Shi 2020-08-08 05:55:35 +08:00 committed by GitHub
parent e27a51c11e
commit fcce8c649a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 27 additions and 18 deletions

View file

@ -25,7 +25,7 @@ import threading
import unittest
import sqlite3 as sqlite
from test.support import TESTFN, unlink
from test.support.os_helper import TESTFN, unlink
class ModuleTests(unittest.TestCase):