mirror of https://github.com/fail2ban/fail2ban
- Reverted import changes
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_8@632 a942ae1a-1317-0410-a47c-b1dcaea8d605_tent/ipv6_via_aInfo
parent
c3977d7299
commit
2ce608d640
|
@ -25,9 +25,10 @@ __date__ = "$Date$"
|
||||||
__copyright__ = "Copyright (c) 2004 Cyril Jaquier"
|
__copyright__ = "Copyright (c) 2004 Cyril Jaquier"
|
||||||
__license__ = "GPL"
|
__license__ = "GPL"
|
||||||
|
|
||||||
|
import getopt, sys, logging
|
||||||
|
|
||||||
from common.version import version
|
from common.version import version
|
||||||
from server.server import Server
|
from server.server import Server
|
||||||
import getopt, sys, logging
|
|
||||||
|
|
||||||
# Inserts our own modules path first in the list
|
# Inserts our own modules path first in the list
|
||||||
# fix for bug #343821
|
# fix for bug #343821
|
||||||
|
|
Loading…
Reference in New Issue