BF: removed sneaked a commented out sys.path.insert

pull/8/merge
Yaroslav Halchenko 2012-07-31 21:41:03 -04:00
parent c06c504a8e
commit 6b7544a63a
1 changed files with 1 additions and 1 deletions

View File

@ -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