[Cryptech-Commits] [sw/pkcs11] branch python3 updated: Whack all Python shebangs to Python 3
git at cryptech.is
git at cryptech.is
Mon Jul 13 04:34:00 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/pkcs11.
The following commit(s) were added to refs/heads/python3 by this push:
new bf8e254 Whack all Python shebangs to Python 3
bf8e254 is described below
commit bf8e254c435c972a7ab28700eab48a2b6ae79c57
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Mon Jul 13 00:33:21 2020 -0400
Whack all Python shebangs to Python 3
---
scripts/build-attributes | 2 +-
scripts/build-py11-attributes | 2 +-
scripts/test-hsmcheck | 2 +-
scripts/thready-time-signature.py | 2 +-
scripts/time-signature.py | 2 +-
unit_tests.py | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/scripts/build-attributes b/scripts/build-attributes
index e7c500e..3b06305 100755
--- a/scripts/build-attributes
+++ b/scripts/build-attributes
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
"""
Generate a C header file based on a YAML description of PKCS #11
diff --git a/scripts/build-py11-attributes b/scripts/build-py11-attributes
index 107d33b..2450263 100755
--- a/scripts/build-py11-attributes
+++ b/scripts/build-py11-attributes
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
"""
Generate a Python file based on a YAML description of PKCS #11
diff --git a/scripts/test-hsmcheck b/scripts/test-hsmcheck
index cb2efce..f864ff5 100755
--- a/scripts/test-hsmcheck
+++ b/scripts/test-hsmcheck
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
"""
Run the OpenDNSSEC libhsm/check/hsmcheck tool with Cryptech PKCS #11,
diff --git a/scripts/thready-time-signature.py b/scripts/thready-time-signature.py
index e3bd0bf..7dbd383 100755
--- a/scripts/thready-time-signature.py
+++ b/scripts/thready-time-signature.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
"""
Time PKCS #11 signatures.
diff --git a/scripts/time-signature.py b/scripts/time-signature.py
index 5c816ee..e7bdcb5 100755
--- a/scripts/time-signature.py
+++ b/scripts/time-signature.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
"""
Time PKCS #11 signatures.
diff --git a/unit_tests.py b/unit_tests.py
index 512d648..a769add 100644
--- a/unit_tests.py
+++ b/unit_tests.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
"""
PKCS #11 unit tests, using cryptech.py11 and the Python unit_test framework.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Commits
mailing list