diff options
author | Rob Austein <sra@hactrn.net> | 2020-07-13 00:33:14 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2020-07-13 00:33:14 -0400 |
commit | f120a263ec422739d201843a5979bfabdf410708 (patch) | |
tree | 4d00ae583353076138a58b42cbdbf92fbb19ce38 /utils | |
parent | d015707e0e26bafbfad72511c0a47cbb66c90971 (diff) |
Whack all Python shebangs to Python 3
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/last_gasp_default_pin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/last_gasp_default_pin b/utils/last_gasp_default_pin index 1f340d0..40e116d 100755 --- a/utils/last_gasp_default_pin +++ b/utils/last_gasp_default_pin @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 """ Somewhere, the HSM has to have a last-gasp default PIN, even if it's |