- Removed unneeded import

git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@370 a942ae1a-1317-0410-a47c-b1dcaea8d605
This commit is contained in:
lostcontrol 2006-09-19 22:20:21 +00:00
parent 7ce30955ba
commit a71edd8bc6

View file

@ -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