- Removed unneeded import

git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@370 a942ae1a-1317-0410-a47c-b1dcaea8d605
0.x
Cyril Jaquier 2006-09-19 22:20:21 +00:00
parent 4b80546f10
commit 97a1e5b79f
1 changed files with 1 additions and 1 deletions

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