Commit 09f6a922 authored by Vincent Pelletier's avatar Vincent Pelletier

Indent with 4 spaces.

parent 5c78e63e
......@@ -85,8 +85,8 @@ class PortAllocator(object):
s.bind((local_ip, random.randint(16384, 32767)))
return s.getsockname()[1]
except socket.error, e:
if e.errno != errno.EADDRINUSE:
raise
if e.errno != errno.EADDRINUSE:
raise
def release(self):
for s in self.socket_list:
......
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