fixed a bug which came during conflict resolution /usr/share insteadh of /usr/lib

This commit is contained in:
Yaroslav Halchenko 2005-08-06 19:52:21 +00:00
parent e46b5f6665
commit 87a6c5a069

View file

@ -29,7 +29,7 @@ __license__ = "GPL"
import sys, traceback, logging
# Appends our own modules path.
sys.path.append("/usr/lib/fail2ban")
sys.path.append("/usr/share/fail2ban")
# Now we can import our modules.
import fail2ban