Issue #12098 : Fix a missing import in the unittests.

This commit is contained in:
Kristján Valur Jónsson 2013-03-19 17:30:30 -07:00
parent 11f989320e
commit acb6e85808

View file

@ -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):