From b7e1cf46f7c88740732dea1d9885193567af2e78 Mon Sep 17 00:00:00 2001
From: Rob Austein <sra@hactrn.net>
Date: Mon, 13 Jul 2020 00:33:21 -0400
Subject: Whack all Python shebangs to Python 3

---
 projects/hsm/cryptech_miniterm | 2 +-
 projects/hsm/cryptech_probe    | 2 +-
 projects/hsm/cryptech_upload   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

(limited to 'projects/hsm')

diff --git a/projects/hsm/cryptech_miniterm b/projects/hsm/cryptech_miniterm
index af52b0e..b646811 100755
--- a/projects/hsm/cryptech_miniterm
+++ b/projects/hsm/cryptech_miniterm
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # Copyright (c) 2016, NORDUnet A/S All rights reserved.
 #
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.
 #
diff --git a/projects/hsm/cryptech_upload b/projects/hsm/cryptech_upload
index aaa0f1c..42e20ee 100755
--- a/projects/hsm/cryptech_upload
+++ b/projects/hsm/cryptech_upload
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # Copyright (c) 2016-2017, NORDUnet A/S All rights reserved.
 #
-- 
cgit v1.2.3