Browse Source

virtual method init_socket

283
ThomasV 13 years ago
parent
commit
9b2f5805da
  1. 3
      lib/interface.py

3
lib/interface.py

@ -53,6 +53,9 @@ class Interface(threading.Thread):
self.responses = Queue.Queue()
self.unanswered_requests = {}
def init_socket(self):
pass
def poke(self):
# push a fake response so that the getting thread exits its loop
self.responses.put(None)

Loading…
Cancel
Save