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 SocketServer
|
||||
import struct
|
||||
import os
|
||||
import logging
|
||||
import getopt
|
||||
import encrypt
|
||||
|
@ -124,6 +123,7 @@ class Socks5Server(SocketServer.StreamRequestHandler):
|
|||
except socket.error, e:
|
||||
logging.warn(e)
|
||||
|
||||
|
||||
def main():
|
||||
global SERVER, PORT, KEY, METHOD, IPv6
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue