Explorar o código

chutney: Prefer python3 when running chutney

Python 2 is EOL on 1 January 2020.

Part of 32631.
teor %!s(int64=5) %!d(string=hai) anos
pai
achega
b53ab19df9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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