use absolute import
This commit is contained in:
parent
89dc6031e8
commit
0814888ba5
6 changed files with 19 additions and 32 deletions
|
@ -72,10 +72,9 @@ import logging
|
|||
import struct
|
||||
import errno
|
||||
import random
|
||||
import encrypt
|
||||
import eventloop
|
||||
import lru_cache
|
||||
from common import parse_header, pack_addr
|
||||
|
||||
from shadowsocks import encrypt, eventloop, lru_cache
|
||||
from shadowsocks.common import parse_header, pack_addr
|
||||
|
||||
|
||||
BUF_SIZE = 65536
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue