commit 04f641def696dfa897255e7a34577e2a7e9863fb
Author: Nick Mathewson <ni...@torproject.org>
Date:   Thu Feb 28 11:17:09 2019 -0500

    Update "chutney" script to prefer python, then python3, then python2
---
 chutney | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chutney b/chutney
index 7c7e1df..fcd5ec5 100755
--- a/chutney
+++ b/chutney
@@ -10,7 +10,7 @@ then
     export CHUTNEY_PATH="`dirname $0`"
 fi
 
-binaries="python2 python"
+binaries="python python3 python2"
 
 if ! test "${PYTHON+y}"
 then



_______________________________________________
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to