summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_getopt.py
diff options
context:
space:
mode:
authorHai Shi <shihai1992@gmail.com>2020-06-25 12:15:40 (GMT)
committerGitHub <noreply@github.com>2020-06-25 12:15:40 (GMT)
commit06a40d735939fd7d5cb77a68a6e18299b6484fa5 (patch)
tree1d830596f995942fb2b6088002cab6ebcb0aee0d /Lib/test/test_getopt.py
parent91698d8caa4b5bb6e8dbb64b156e8afe9e32cac1 (diff)
downloadcpython-06a40d735939fd7d5cb77a68a6e18299b6484fa5.zip
cpython-06a40d735939fd7d5cb77a68a6e18299b6484fa5.tar.gz
cpython-06a40d735939fd7d5cb77a68a6e18299b6484fa5.tar.bz2
bpo-40275: Use new test.support helper submodules in tests (GH-20824)
Diffstat (limited to 'Lib/test/test_getopt.py')
-rw-r--r--Lib/test/test_getopt.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/test/test_getopt.py b/Lib/test/test_getopt.py
index 9275dc4..9261276 100644
--- a/Lib/test/test_getopt.py
+++ b/Lib/test/test_getopt.py
@@ -1,7 +1,8 @@
# test_getopt.py
# David Goodger <dgoodger@bigfoot.com> 2000-08-19
-from test.support import verbose, run_doctest, EnvironmentVarGuard
+from test.support import verbose, run_doctest
+from test.support.os_helper import EnvironmentVarGuard
import unittest
import getopt