From 4e3c055406559a8883c7d43804ebcb94b56a964a Mon Sep 17 00:00:00 2001 From: clowwindy Date: Thu, 6 Nov 2014 12:58:14 +0800 Subject: [PATCH] lint code --- tests/test.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test.py b/tests/test.py index 5c5241a..cefea87 100755 --- a/tests/test.py +++ b/tests/test.py @@ -32,8 +32,6 @@ import time import argparse from subprocess import Popen, PIPE -sys.path.insert(0, './') - python = 'python' parser = argparse.ArgumentParser(description='test Shadowsocks')