mirror of https://github.com/fail2ban/fail2ban
correct overprune on imports to filterreader.py
parent
d61734b9ac
commit
e6a329210f
|
@ -24,6 +24,8 @@ __author__ = "Cyril Jaquier"
|
|||
__copyright__ = "Copyright (c) 2004 Cyril Jaquier"
|
||||
__license__ = "GPL"
|
||||
|
||||
import logging, os, shlex
|
||||
|
||||
from fail2ban.client.configreader import ConfigReader, DefinitionInitConfigReader
|
||||
from fail2ban.server.action import CommandAction
|
||||
|
||||
|
|
Loading…
Reference in New Issue