Kaydet (Commit) 0e8468c8 authored tarafından Jeremy Hylton's avatar Jeremy Hylton

remove global decl about unused variable

üst 80e29bd1
......@@ -245,7 +245,6 @@ class FTP:
def makeport(self):
'''Create a new socket and send a PORT command for it.'''
global nextport
sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
sock.bind(('', 0))
sock.listen(1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment