From a627960aca82670c4fffd3cc9ea5b5a47e272264 Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Fri, 26 Jun 2020 17:48:25 +0000 Subject: [PATCH] Always use python3 --- pynagsystemd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pynagsystemd.py b/pynagsystemd.py index 608cc5f..ab72fc5 100755 --- a/pynagsystemd.py +++ b/pynagsystemd.py @@ -1,5 +1,5 @@ -#!/usr/bin/env python -""" +#!/usr/bin/python3 + You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License.