fix no module named shadowsocks error in asyncdns
This commit is contained in:
parent
d5026cf5ef
commit
a01df660f2
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ import socket
|
||||||
import struct
|
import struct
|
||||||
import re
|
import re
|
||||||
import logging
|
import logging
|
||||||
|
import sys
|
||||||
|
sys.path.insert(0, os.path.join(os.path.dirname(__file__), '../'))
|
||||||
from shadowsocks import common, lru_cache, eventloop, shell
|
from shadowsocks import common, lru_cache, eventloop, shell
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue