7 Commits (e1e4c00a670de8db5339087b202b54a3d681afdf)

Author SHA1 Message Date
Zekui Shi 51fee72f66 fix print in example 11 years ago
Vincent Driessen 38ec259b6e Enable the most modern Python syntax. 11 years ago
Vincent Driessen 48cee215af Rewrite of the connection setup.
I'd want to advice against using `use_connection()` more, as the
connection setup is less explicit, and also pollutes global memory.

Because, well:

    $ python -m this | head -n4 | tail -n1

;)
13 years ago
Jeffrey Gelens 31259fa106 Fixed examples. use_connection is now being used. 13 years ago
Vincent Driessen 22f3da1832 Update README (and example). 13 years ago
Vincent Driessen cd31f6aba9 Adapt examples so they run again.
Remove sync part of the example.
13 years ago
Vincent Driessen 9b51083fd2 Add example and README updates. 13 years ago