summaryrefslogtreecommitdiffstats
path: root/Lib/test/support.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/support.py')
-rw-r--r--Lib/test/support.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/test/support.py b/Lib/test/support.py
index 5259e27..e43dbad 100644
--- a/Lib/test/support.py
+++ b/Lib/test/support.py
@@ -1596,8 +1596,7 @@ def strip_python_stderr(stderr):
def args_from_interpreter_flags():
"""Return a list of command-line arguments reproducing the current
settings in sys.flags and sys.warnoptions."""
- from multiprocessing.util import _args_from_interpreter_flags
- return _args_from_interpreter_flags()
+ return subprocess._args_from_interpreter_flags()
#============================================================
# Support for assertions about logging.