1 diff --git a/fast-export/hg-fast-export.sh b/fast-export/hg-fast-export.sh
2 index 334f286..5144d19 100755
3 --- a/fast-export/hg-fast-export.sh
4 +++ b/fast-export/hg-fast-export.sh
5 @@ -11,7 +11,7 @@ SFX_MARKS="marks"
9 -PYTHON=${PYTHON:-python}
10 +PYTHON=${PYTHON:-python2}
12 USAGE="[--quiet] [-r <repo>] [--force] [-m <max>] [-s] [-A <file>] [-M <name>] [-o <name>]"
13 LONG_USAGE="Import hg repository <repo> up to either tip or <max>
14 diff --git a/fast-export/hg-reset.sh b/fast-export/hg-reset.sh
15 index c77c291..986487c 100755
16 --- a/fast-export/hg-reset.sh
17 +++ b/fast-export/hg-reset.sh
18 @@ -11,7 +11,7 @@ SFX_MAPPING="mapping"
22 -PYTHON=${PYTHON:-python}
23 +PYTHON=${PYTHON:-python2}
25 USAGE="[-r <repo>] -R <rev>"
26 LONG_USAGE="Print SHA1s of latest changes per branch up to <rev> useful