summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Zeng <seanzxx@me.com>2015-03-15 22:45:32 -0700
committerSean Zeng <seanzxx@me.com>2015-03-15 22:45:32 -0700
commitc13cb9b8ca26efdf85cd46babe7f42e46917f6dd (patch)
treeadbe3220d4d25a7b3d200444d2dc939309e37f6e
parent0fe48a4682d1fcd0c6be57c02c2d9701e3aa55f0 (diff)
optimize the ctypes import
-rw-r--r--src/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.py b/src/client.py
index f2eec32..f919b37 100644
--- a/src/client.py
+++ b/src/client.py
@@ -13,7 +13,7 @@ import sys
from ssnet import SockWrapper, Handler, Proxy, Mux, MuxWrapper
from helpers import log, debug1, debug2, debug3, Fatal, islocal
from fcntl import ioctl
-from ctypes import *
+from ctypes import c_char, c_uint8, c_uint16, c_uint32, Union, Structure, sizeof, addressof, memmove
recvmsg = None
try: