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