[tor-commits] [chutney/master] chutney: Prefer python3 when running chutney

teor at torproject.org teor at torproject.org
Fri Dec 20 00:02:05 UTC 2019


commit b53ab19df9bc2fb679a95a27e079dad03418f100
Author: teor <teor at torproject.org>
Date:   Sun Dec 1 18:10:07 2019 +1000

    chutney: Prefer python3 when running chutney
    
    Python 2 is EOL on 1 January 2020.
    
    Part of 32631.
---
 chutney | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chutney b/chutney
index e6fef7e..63f9a47 100755
--- a/chutney
+++ b/chutney
@@ -12,7 +12,7 @@ then
     export CHUTNEY_PATH
 fi
 
-binaries="python python3 python2"
+binaries="python3 python python2"
 
 if ! test "${PYTHON+y}"
 then





More information about the tor-commits mailing list