Commit 7ccde020 authored by Luke Macken's avatar Luke Macken

Explicitly define instance variables that we set later

parent ef0ddde8
......@@ -64,6 +64,8 @@ class PyrasiteIPC(object):
self.pid = pid
self.sock = None
self.server_sock = None
self.hostname = None
self.port = None
def connect(self):
"""
......
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