virtual method init_socket

This commit is contained in:
ThomasV 2012-05-16 19:45:45 +02:00
parent c2967e874c
commit 9b2f5805da
1 changed files with 3 additions and 0 deletions

View File

@ -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)