[chutney/master] chutney: Prefer python3 when running chutney

20 Dec
2019
20 Dec
'19
12:02 a.m.
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
2001
Age (days ago)
2001
Last active (days ago)
0 comments
1 participants
participants (1)
-
teor@torproject.org