Whitespace normalization.
This commit is contained in:
parent
cb637c9ea3
commit
ea5962f86e
|
@ -328,8 +328,8 @@ class TCPServer(BaseServer):
|
|||
self.socket = socket.socket(self.address_family,
|
||||
self.socket_type)
|
||||
if bind_and_activate:
|
||||
self.server_bind()
|
||||
self.server_activate()
|
||||
self.server_bind()
|
||||
self.server_activate()
|
||||
|
||||
def server_bind(self):
|
||||
"""Called by constructor to bind the socket.
|
||||
|
|
Loading…
Reference in New Issue