From acb6e85808ec2a4522c1e7cf665c85c02edf16ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristj=C3=A1n=20Valur=20J=C3=B3nsson?= Date: Tue, 19 Mar 2013 17:30:30 -0700 Subject: Issue #12098 : Fix a missing import in the unittests. --- Lib/test/test_support.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/test_support.py b/Lib/test/test_support.py index b3076c1..33de788 100644 --- a/Lib/test/test_support.py +++ b/Lib/test/test_support.py @@ -1344,6 +1344,7 @@ def py3k_bytes(b): def args_from_interpreter_flags(): """Return a list of command-line arguments reproducing the current settings in sys.flags.""" + import subprocess return subprocess._args_from_interpreter_flags() def strip_python_stderr(stderr): -- cgit v0.12