mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
correct overprune on imports to filterreader.py
This commit is contained in:
parent
d61734b9ac
commit
e6a329210f
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue