diff options
author | Rob Austein <sra@hactrn.net> | 2020-07-13 00:33:21 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2020-07-13 00:33:21 -0400 |
commit | bf8e254c435c972a7ab28700eab48a2b6ae79c57 (patch) | |
tree | f9712ff3e18a74291788a0fe5e42a295421895f6 /scripts/build-py11-attributes | |
parent | 8dc8f4c9cf7d1fc10cc110407a73f55909eeeb9d (diff) |
Whack all Python shebangs to Python 3
Diffstat (limited to 'scripts/build-py11-attributes')
-rwxr-xr-x | scripts/build-py11-attributes | 2 |
1 files changed, 1 insertions, 1 deletions
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 |