mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
bpo-40275: Use new test.support helper submodules in tests (GH-21412)
This commit is contained in:
parent
61bb24a270
commit
96a6a6d42b
18 changed files with 154 additions and 134 deletions
|
@ -2,7 +2,7 @@
|
|||
Test suite for OS X interpreter environment variables.
|
||||
"""
|
||||
|
||||
from test.support import EnvironmentVarGuard
|
||||
from test.support.os_helper import EnvironmentVarGuard
|
||||
import subprocess
|
||||
import sys
|
||||
import sysconfig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue