mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
- Removed unneeded import
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@385 a942ae1a-1317-0410-a47c-b1dcaea8d605
This commit is contained in:
parent
5531849d97
commit
7f8ebf403a
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ from failticket import FailTicket
|
|||
from jailthread import JailThread
|
||||
from datedetector import DateDetector
|
||||
|
||||
import time, logging, re, socket
|
||||
import time, logging, re
|
||||
|
||||
# Gets the instance of the logger.
|
||||
logSys = logging.getLogger("fail2ban.filter")
|
||||
|
|
|
|||
Loading…
Reference in a new issue