make pep8 linter happy
This commit is contained in:
parent
6fb09ea8af
commit
710cd97094
2 changed files with 8 additions and 8 deletions
|
@ -39,7 +39,6 @@ import socket
|
||||||
import select
|
import select
|
||||||
import SocketServer
|
import SocketServer
|
||||||
import struct
|
import struct
|
||||||
import os
|
|
||||||
import logging
|
import logging
|
||||||
import getopt
|
import getopt
|
||||||
import encrypt
|
import encrypt
|
||||||
|
@ -124,6 +123,7 @@ class Socks5Server(SocketServer.StreamRequestHandler):
|
||||||
except socket.error, e:
|
except socket.error, e:
|
||||||
logging.warn(e)
|
logging.warn(e)
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
global SERVER, PORT, KEY, METHOD, IPv6
|
global SERVER, PORT, KEY, METHOD, IPv6
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue