mirror of https://github.com/fail2ban/fail2ban
- Fixed import of modules.
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_8@646 a942ae1a-1317-0410-a47c-b1dcaea8d605_tent/ipv6_via_aInfo
parent
7091cb39e4
commit
5e02f46174
|
@ -27,13 +27,12 @@ __license__ = "GPL"
|
|||
|
||||
import getopt, sys, logging
|
||||
|
||||
from common.version import version
|
||||
from server.server import Server
|
||||
|
||||
# Inserts our own modules path first in the list
|
||||
# fix for bug #343821
|
||||
sys.path.insert(1, "/usr/share/fail2ban")
|
||||
|
||||
from common.version import version
|
||||
from server.server import Server
|
||||
|
||||
# Gets the instance of the logger.
|
||||
logSys = logging.getLogger("fail2ban")
|
||||
|
|
Loading…
Reference in New Issue