diff options
author | Rob Austein <sra@hactrn.net> | 2020-07-13 00:33:21 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2020-07-13 00:33:21 -0400 |
commit | b7e1cf46f7c88740732dea1d9885193567af2e78 (patch) | |
tree | f7b7c6980fe0d098dfae430cc491a3df9bb4b272 /projects/hsm/cryptech_probe | |
parent | 6d797bffbd7571df98198df26977a39b86630ac7 (diff) |
Whack all Python shebangs to Python 3
Diffstat (limited to 'projects/hsm/cryptech_probe')
-rwxr-xr-x | projects/hsm/cryptech_probe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/hsm/cryptech_probe b/projects/hsm/cryptech_probe index 68bcfd1..7c26bf4 100755 --- a/projects/hsm/cryptech_probe +++ b/projects/hsm/cryptech_probe @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Copyright (c) 2016, NORDUnet A/S All rights reserved. # |