Parcourir la source

chutney: Prefer python3 when running chutney

Python 2 is EOL on 1 January 2020.

Part of 32631.
teor il y a 5 ans
Parent
commit
b53ab19df9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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