From 97a1e5b79f5af61978cf5f8a41c989d9447b2325 Mon Sep 17 00:00:00 2001 From: Cyril Jaquier Date: Tue, 19 Sep 2006 22:20:21 +0000 Subject: [PATCH] - Removed unneeded import git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@370 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- fail2ban-server | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fail2ban-server b/fail2ban-server index 0b5cae06..2ce71212 100755 --- a/fail2ban-server +++ b/fail2ban-server @@ -25,7 +25,7 @@ __date__ = "$Date$" __copyright__ = "Copyright (c) 2004 Cyril Jaquier" __license__ = "GPL" -import locale, getopt, sys +import getopt, sys # Inserts our own modules path first in the list # fix for bug #343821