Commit 57ee3a1d authored by Jim Fulton's avatar Jim Fulton

parent 4276b771
......@@ -62,3 +62,6 @@ class Connection:
def call_from_thread(self, *args):
if args:
args[0](*args[1:])
def send_reply(self, *args):
pass
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