From 4536ddbcc10020790a6c203e8da8f91c6b774c2c Mon Sep 17 00:00:00 2001 From: Cyril Jaquier Date: Tue, 24 Oct 2006 19:49:31 +0000 Subject: [PATCH] - Fixed indentation with space instead of tabs git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@434 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- server/action.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/action.py b/server/action.py index c74f45de..f7b5458e 100644 --- a/server/action.py +++ b/server/action.py @@ -209,7 +209,7 @@ class Action: return Action.executeCmd(realCmd) - @staticmethod + @staticmethod def executeCmd(realCmd): logSys.debug(realCmd) try: