1# The tests in this directory need to run Python 2import shlex 3import sys 4 5config.substitutions.append(("%{python}", shlex.quote(sys.executable))) 6
1# The tests in this directory need to run Python 2import shlex 3import sys 4 5config.substitutions.append(("%{python}", shlex.quote(sys.executable))) 6