##// END OF EJS Templates
packagelib: use python3 by default
Mathias De Mare -
r50313:ccccd506 default
parent child Browse files
Show More
@@ -9,7 +9,7 b''
9 9 # node: the node|short hg was built from, or empty if built from a tag
10 10 gethgversion() {
11 11 if [ -z "${1+x}" ]; then
12 python="python"
12 python="python3"
13 13 else
14 14 python="$1"
15 15 fi
General Comments 0
You need to be logged in to leave comments. Login now