Commit 73c35ff8 authored by Jim Fulton's avatar Jim Fulton

Need a wait stub.

parent 85721ab8
......@@ -132,3 +132,6 @@ class ClientRunner:
return getattr(self, method)(*args)
async = async_iter = call
def wait(self, timeout=None):
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