aboutsummaryrefslogtreecommitdiff
path: root/unit_tests.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2020-07-13 00:33:21 -0400
committerRob Austein <sra@hactrn.net>2020-07-13 00:33:21 -0400
commitbf8e254c435c972a7ab28700eab48a2b6ae79c57 (patch)
treef9712ff3e18a74291788a0fe5e42a295421895f6 /unit_tests.py
parent8dc8f4c9cf7d1fc10cc110407a73f55909eeeb9d (diff)
Whack all Python shebangs to Python 3
Diffstat (limited to 'unit_tests.py')
-rw-r--r--unit_tests.py2
1 files changed, 1 insertions, 1 deletions
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.