Skip to content

Commit c13cb9b

Browse files
committed
optimize the ctypes import
1 parent 0fe48a4 commit c13cb9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from ssnet import SockWrapper, Handler, Proxy, Mux, MuxWrapper
1414
from helpers import log, debug1, debug2, debug3, Fatal, islocal
1515
from fcntl import ioctl
16-
from ctypes import *
16+
from ctypes import c_char, c_uint8, c_uint16, c_uint32, Union, Structure, sizeof, addressof, memmove
1717

1818
recvmsg = None
1919
try:

0 commit comments

Comments
 (0)