diff options
author | Jan Dittberner <jandd@cacert.org> | 2018-10-27 23:27:50 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2018-10-27 23:27:50 +0200 |
commit | aaa46880c7df29a6f4bda4239b65e2a4528c6772 (patch) | |
tree | ce4ead7e9859ea3bdaaa8c9c7bf5b63bfcea3401 /tools | |
parent | 5c48baef28d0e7dc9a6de1eb58b0798ba913d9a9 (diff) | |
download | cacert-infradocs-aaa46880c7df29a6f4bda4239b65e2a4528c6772.tar.gz cacert-infradocs-aaa46880c7df29a6f4bda4239b65e2a4528c6772.tar.xz cacert-infradocs-aaa46880c7df29a6f4bda4239b65e2a4528c6772.zip |
Update #! line to Python 3
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/ssh_host_keys.py | 2 | ||||
-rwxr-xr-x | tools/sslcert.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/ssh_host_keys.py b/tools/ssh_host_keys.py index 8d8eddd..ecc125e 100755 --- a/tools/ssh_host_keys.py +++ b/tools/ssh_host_keys.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import argparse import os.path diff --git a/tools/sslcert.py b/tools/sslcert.py index aca3753..54f7de2 100755 --- a/tools/sslcert.py +++ b/tools/sslcert.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 from __future__ import print_function |