mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
- Fixed import of modules.
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_8@646 a942ae1a-1317-0410-a47c-b1dcaea8d605
This commit is contained in:
parent
7091cb39e4
commit
5e02f46174
1 changed files with 2 additions and 3 deletions
|
|
@ -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 a new issue