fix tests
This commit is contained in:
parent
68b9a063c5
commit
c1cf02cbea
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import select
|
||||||
import time
|
import time
|
||||||
from subprocess import Popen, PIPE
|
from subprocess import Popen, PIPE
|
||||||
|
|
||||||
sys.path.insert(0, '../')
|
sys.path.insert(0, './')
|
||||||
|
|
||||||
if 'salsa20' in sys.argv[-1]:
|
if 'salsa20' in sys.argv[-1]:
|
||||||
from shadowsocks import encrypt_salsa20
|
from shadowsocks import encrypt_salsa20
|
||||||
|
|
Loading…
Reference in a new issue