commit b53ab19df9bc2fb679a95a27e079dad03418f100 Author: teor teor@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
tor-commits@lists.torproject.org