Home | History | Annotate | Download | only in python2.7

Lines Matching refs:SOCKS

42 # Import SOCKS module if it exists, else standard socket module socket
44 import SOCKS; socket = SOCKS; del SOCKS # import SOCKS as socket