Enforce Python 3 as much as possible

This commit is contained in:
Guillaume Gomez 2019-11-21 13:57:40 +01:00 committed by Mark Rousskov
parent 42abbd8878
commit 38eb369fa4
62 changed files with 131 additions and 111 deletions

1
configure vendored
View file

@ -11,6 +11,7 @@ try() {
fi
}
try python3 "$@"
try python2.7 "$@"
try python27 "$@"
try python2 "$@"