[Cryptech-Commits] [sw/libhal] branch python3 updated: Whack all Python shebangs to Python 3
git at cryptech.is
git at cryptech.is
Mon Jul 13 04:33:54 UTC 2020
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a commit to branch python3
in repository sw/libhal.
The following commit(s) were added to refs/heads/python3 by this push:
new f120a26 Whack all Python shebangs to Python 3
f120a26 is described below
commit f120a263ec422739d201843a5979bfabdf410708
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Mon Jul 13 00:33:14 2020 -0400
Whack all Python shebangs to Python 3
---
cryptech_backup | 2 +-
cryptech_console | 2 +-
cryptech_muxd | 2 +-
tests/parallel-signatures.py | 2 +-
tests/test-rsa.py | 2 +-
tests/time-keygen.py | 2 +-
unit-tests.py | 2 +-
utils/last_gasp_default_pin | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
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.
diff --git a/cryptech_console b/cryptech_console
index e88bf70..9006ab7 100755
--- a/cryptech_console
+++ b/cryptech_console
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# Copyright (c) 2017, NORDUnet A/S All rights reserved.
#
diff --git a/cryptech_muxd b/cryptech_muxd
index 7a85a06..bc77a2e 100755
--- a/cryptech_muxd
+++ b/cryptech_muxd
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# Copyright (c) 2016-2017, NORDUnet A/S All rights reserved.
#
diff --git a/tests/parallel-signatures.py b/tests/parallel-signatures.py
index 200e550..abecbfc 100755
--- a/tests/parallel-signatures.py
+++ b/tests/parallel-signatures.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# Copyright (c) 2016-2018, NORDUnet A/S
# All rights reserved.
diff --git a/tests/test-rsa.py b/tests/test-rsa.py
index 39f46cd..b75ffba 100644
--- a/tests/test-rsa.py
+++ b/tests/test-rsa.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
"""
Use PyCrypto to generate test data for Cryptech ModExp core.
diff --git a/tests/time-keygen.py b/tests/time-keygen.py
index 14a8119..dfd1518 100755
--- a/tests/time-keygen.py
+++ b/tests/time-keygen.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
"""
Time libhal RSA key generation
diff --git a/unit-tests.py b/unit-tests.py
index b1e8a21..c2f7171 100644
--- a/unit-tests.py
+++ b/unit-tests.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Copyright (c) 2016, NORDUnet A/S
# All rights reserved.
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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Commits
mailing list