From 6b7544a63ab430e44f313a8bbbef4fe2abfa9e3f Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Tue, 31 Jul 2012 21:41:03 -0400 Subject: [PATCH] BF: removed sneaked a commented out sys.path.insert --- fail2ban-regex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fail2ban-regex b/fail2ban-regex index 45b01861..0d634b70 100755 --- a/fail2ban-regex +++ b/fail2ban-regex @@ -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