瀏覽代碼

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