mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
- 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-b1dcaea8d605
This commit is contained in:
parent
e13d134fa3
commit
ea077a7da7
1 changed files with 0 additions and 4 deletions
|
|
@ -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 a new issue