From 4f91d11b54a5008af7a76043035d0acbbff2392c Mon Sep 17 00:00:00 2001 From: Tom Ritter Date: Mon, 7 Sep 2020 23:56:09 -0400 Subject: env python -> python3 --- jobs/HTTPServerChecker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jobs/HTTPServerChecker.py') diff --git a/jobs/HTTPServerChecker.py b/jobs/HTTPServerChecker.py index 260f36f..f26ed76 100755 --- a/jobs/HTTPServerChecker.py +++ b/jobs/HTTPServerChecker.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 from __future__ import absolute_import from builtins import str -- cgit v1.2.3