From f120a263ec422739d201843a5979bfabdf410708 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 13 Jul 2020 00:33:14 -0400 Subject: Whack all Python shebangs to Python 3 --- cryptech_backup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cryptech_backup') diff --git a/cryptech_backup b/cryptech_backup index 1f6f3d1..4292eaf 100755 --- a/cryptech_backup +++ b/cryptech_backup @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 """ Securely back up private keys from one Cryptech HSM to another. -- cgit v1.2.3