summaryrefslogtreecommitdiff
path: root/examples/pubsub_client.py
AgeCommit message (Collapse)Author
2013-09-20Chmod +x examples, and add shebang linesLance Stout
2012-10-24added setdefaultencoding method so reload(sys) not neededPaul Molodowitch
reload(sys) could cause problem in user code - ie, sys.stdout, excepthook, and displayhook would be reset, etc
2012-05-06Update other examples to use threaded mode for handlers that call disconnect()Lance Stout
2012-03-16Add pubsub examples.Lance Stout
Run pubsub commands via pubsub_client, and watch events as they come in with pubsub_events.