mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
test_support should be imported directly, not via test.test_support.
This commit is contained in:
parent
342ca75d95
commit
d48004f4f0
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
from test.test_support import verify, TestFailed, check_syntax
|
||||
from test_support import verify, TestFailed, check_syntax
|
||||
|
||||
import warnings
|
||||
warnings.filterwarnings("ignore", "import *")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue