diff options
Diffstat (limited to 'examples/rpc_async.py')
-rwxr-xr-x | examples/rpc_async.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rpc_async.py b/examples/rpc_async.py index 6798d63c..f773a8d1 100755 --- a/examples/rpc_async.py +++ b/examples/rpc_async.py @@ -20,7 +20,7 @@ class Boomerang(Endpoint): @remote def throw(self): - print "Duck!" + print("Duck!") |