fix no module named shadowsocks error in asyncdns

This commit is contained in:
cheungchan 2017-07-23 17:37:47 +08:00
parent d5026cf5ef
commit a01df660f2

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