From f9a51d410840d02f0ced8b563763553946981914 Mon Sep 17 00:00:00 2001 From: Joe Testa Date: Sun, 18 Aug 2019 00:34:03 -0400 Subject: [PATCH] Default interpreter changed to python3. --- ssh-audit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh-audit.py b/ssh-audit.py index 81e21a6..8d76339 100755 --- a/ssh-audit.py +++ b/ssh-audit.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ The MIT License (MIT)