소스 검색

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