From c66a4d4097a249efc029b761d6150378a54bf702 Mon Sep 17 00:00:00 2001 From: mathieui Date: Tue, 24 Feb 2015 18:58:40 +0100 Subject: Update the documentation and examples - update most of the examples with slixmpp - change the help channels pointed out in the doc - add a page listing differences from slixmpp and how to use asyncio nicely with slixmpp - fix some in-code rst documentation --- examples/rpc_async.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/rpc_async.py') 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!") -- cgit v1.2.3