Browse Source

fix tests

auth
clowwindy 10 years ago
parent
commit
c1cf02cbea
  1. 2
      tests/test.py

2
tests/test.py

@ -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…
Cancel
Save