|
@ -26,7 +26,6 @@ import signal |
|
|
if __name__ == '__main__': |
|
|
if __name__ == '__main__': |
|
|
import inspect |
|
|
import inspect |
|
|
file_path = os.path.dirname(os.path.realpath(inspect.getfile(inspect.currentframe()))) |
|
|
file_path = os.path.dirname(os.path.realpath(inspect.getfile(inspect.currentframe()))) |
|
|
os.chdir(file_path) |
|
|
|
|
|
sys.path.insert(0, os.path.join(file_path, '../')) |
|
|
sys.path.insert(0, os.path.join(file_path, '../')) |
|
|
|
|
|
|
|
|
from shadowsocks import shell, daemon, eventloop, tcprelay, udprelay, asyncdns |
|
|
from shadowsocks import shell, daemon, eventloop, tcprelay, udprelay, asyncdns |
|
|