mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +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
|
@ -4,8 +4,8 @@ Nick Mathewson
|
|||
'''
|
||||
|
||||
import unittest
|
||||
from test.test_support import verbose, TESTFN, run_unittest
|
||||
from test.test_support import unlink as safe_unlink
|
||||
from test.support import verbose, TESTFN, run_unittest
|
||||
from test.support import unlink as safe_unlink
|
||||
import sys, re
|
||||
from io import StringIO
|
||||
from fileinput import FileInput, hook_encoded
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue