mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-07-10 09:33:02 +00:00
BF: removed sneaked a commented out sys.path.insert
This commit is contained in:
parent
c06c504a8e
commit
6b7544a63a
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ import getopt, sys, time, logging, os
|
|||
|
||||
# Inserts our own modules path first in the list
|
||||
# fix for bug #343821
|
||||
#sys.path.insert(1, "/usr/share/fail2ban")
|
||||
sys.path.insert(1, "/usr/share/fail2ban")
|
||||
|
||||
from client.configparserinc import SafeConfigParserWithIncludes
|
||||
from ConfigParser import NoOptionError, NoSectionError, MissingSectionHeaderError
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue