summaryrefslogtreecommitdiff
path: root/tools/ssh_host_keys.py
diff options
context:
space:
mode:
authorJan Dittberner <jandd@cacert.org>2018-10-27 23:27:50 +0200
committerJan Dittberner <jandd@cacert.org>2018-10-27 23:27:50 +0200
commitaaa46880c7df29a6f4bda4239b65e2a4528c6772 (patch)
treece4ead7e9859ea3bdaaa8c9c7bf5b63bfcea3401 /tools/ssh_host_keys.py
parent5c48baef28d0e7dc9a6de1eb58b0798ba913d9a9 (diff)
downloadcacert-infradocs-aaa46880c7df29a6f4bda4239b65e2a4528c6772.tar.gz
cacert-infradocs-aaa46880c7df29a6f4bda4239b65e2a4528c6772.tar.xz
cacert-infradocs-aaa46880c7df29a6f4bda4239b65e2a4528c6772.zip
Update #! line to Python 3
Diffstat (limited to 'tools/ssh_host_keys.py')
-rwxr-xr-xtools/ssh_host_keys.py2
1 files changed, 1 insertions, 1 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