parent
59264d57ae
commit
e0a1612d51
|
@ -86,7 +86,7 @@ class SocketGateway(InstallableGateway):
|
||||||
SocketGateway connections.
|
SocketGateway connections.
|
||||||
"""
|
"""
|
||||||
def __init__(self, host, port):
|
def __init__(self, host, port):
|
||||||
""" instantiate a gateway to a processed accessed
|
""" instantiate a gateway to a process accessed
|
||||||
via a host/port specified socket.
|
via a host/port specified socket.
|
||||||
"""
|
"""
|
||||||
self.host = host = str(host)
|
self.host = host = str(host)
|
||||||
|
|
Loading…
Reference in New Issue