From ad19c8401b7d3de247caafb4457de8c53f4651c0 Mon Sep 17 00:00:00 2001 From: sebres Date: Wed, 10 Aug 2016 15:00:54 +0200 Subject: [PATCH] minor fix: modules are not intended to be executed directly (amend to #1426) --- fail2ban/client/fail2banclient.py | 1 - fail2ban/client/fail2bancmdline.py | 1 - fail2ban/client/fail2banserver.py | 1 - 3 files changed, 3 deletions(-) diff --git a/fail2ban/client/fail2banclient.py b/fail2ban/client/fail2banclient.py index 9e6c4bd6..8be9e085 100755 --- a/fail2ban/client/fail2banclient.py +++ b/fail2ban/client/fail2banclient.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: t -*- # vi: set ft=python sts=4 ts=4 sw=4 noet : # diff --git a/fail2ban/client/fail2bancmdline.py b/fail2ban/client/fail2bancmdline.py index a14a1cf4..311c7af9 100644 --- a/fail2ban/client/fail2bancmdline.py +++ b/fail2ban/client/fail2bancmdline.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: t -*- # vi: set ft=python sts=4 ts=4 sw=4 noet : # diff --git a/fail2ban/client/fail2banserver.py b/fail2ban/client/fail2banserver.py index 9f825bf1..147e131f 100644 --- a/fail2ban/client/fail2banserver.py +++ b/fail2ban/client/fail2banserver.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: t -*- # vi: set ft=python sts=4 ts=4 sw=4 noet : #