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