mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
#2621 rename test.test_support to test.support
This commit is contained in:
parent
6a654814ea
commit
ee8712cda4
358 changed files with 1308 additions and 1307 deletions
|
@ -38,7 +38,7 @@ import string
|
|||
import struct
|
||||
import sys
|
||||
import tempfile
|
||||
from test.test_support import captured_stdout, run_with_locale, run_unittest
|
||||
from test.support import captured_stdout, run_with_locale, run_unittest
|
||||
import textwrap
|
||||
import threading
|
||||
import time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue