From bf8e254c435c972a7ab28700eab48a2b6ae79c57 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 13 Jul 2020 00:33:21 -0400 Subject: 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. -- cgit v1.2.3