浏览代码

chutney: Prefer python3 when running chutney

Python 2 is EOL on 1 January 2020.

Part of 32631.
teor 5 年之前
父节点
当前提交
b53ab19df9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      chutney

+ 1 - 1
chutney

@@ -12,7 +12,7 @@ then
     export CHUTNEY_PATH
 fi
 
-binaries="python python3 python2"
+binaries="python3 python python2"
 
 if ! test "${PYTHON+y}"
 then