Enforce Python 3 as much as possible
This commit is contained in:
parent
42abbd8878
commit
38eb369fa4
62 changed files with 131 additions and 111 deletions
1
configure
vendored
1
configure
vendored
|
@ -11,6 +11,7 @@ try() {
|
|||
fi
|
||||
}
|
||||
|
||||
try python3 "$@"
|
||||
try python2.7 "$@"
|
||||
try python27 "$@"
|
||||
try python2 "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue