aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_osx_env.py
diff options
context:
space:
mode:
authorHai Shi <shihai1992@gmail.com>2020-07-09 21:25:10 +0800
committerGitHub <noreply@github.com>2020-07-09 15:25:10 +0200
commit96a6a6d42be272a27562d98549bbffc0d1854669 (patch)
tree9c4fc12729aa2accce4ca953a6431acec87cf542 /Lib/test/test_osx_env.py
parent61bb24a270d15106decb1c7983bf4c2831671a75 (diff)
downloadcpython-96a6a6d42be272a27562d98549bbffc0d1854669.tar.gz
cpython-96a6a6d42be272a27562d98549bbffc0d1854669.zip
bpo-40275: Use new test.support helper submodules in tests (GH-21412)
Diffstat (limited to 'Lib/test/test_osx_env.py')
-rw-r--r--Lib/test/test_osx_env.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_osx_env.py b/Lib/test/test_osx_env.py
index 8a3bc5a46e5..80198edcb80 100644
--- a/Lib/test/test_osx_env.py
+++ b/Lib/test/test_osx_env.py
@@ -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