mirror of
https://github.com/python/cpython.git
synced 2025-10-06 23:21: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
|
@ -5,7 +5,7 @@ import thread
|
|||
import signal
|
||||
import os
|
||||
import sys
|
||||
from test.test_support import run_unittest, TestSkipped
|
||||
from test.support import run_unittest, TestSkipped
|
||||
|
||||
if sys.platform[:3] in ('win', 'os2'):
|
||||
raise TestSkipped("Can't test signal on %s" % sys.platform)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue