mirror of https://github.com/fail2ban/fail2ban
- Removed sys.path.insert as fail2ban-testcases is not installed
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@517 a942ae1a-1317-0410-a47c-b1dcaea8d6050.x
parent
daabd590ad
commit
ffc9c5d8f9
|
@ -28,10 +28,6 @@ __license__ = "GPL"
|
|||
|
||||
import unittest, logging, sys
|
||||
|
||||
# Inserts our own modules path first in the list
|
||||
# fix for bug #343821
|
||||
sys.path.insert(1, "/usr/share/fail2ban")
|
||||
|
||||
from common.version import version
|
||||
from testcases import banmanagertestcase
|
||||
from testcases import clientreadertestcase
|
||||
|
|
Loading…
Reference in New Issue