This commit is contained in:
阿章 2018-02-19 02:43:52 +00:00 committed by GitHub
commit 6c826d439c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,8 @@ import socket
import struct
import re
import logging
import sys
sys.path.insert(0, os.path.join(os.path.dirname(__file__), '../'))
from shadowsocks import common, lru_cache, eventloop, shell