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

debian-releases/etch
Yaroslav Halchenko 2005-08-06 19:52:21 +00:00
parent e46b5f6665
commit 87a6c5a069
1 changed files with 1 additions and 1 deletions

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