summaryrefslogtreecommitdiff
path: root/python/examples/api/hello
Commit message (Collapse)AuthorAgeFilesLines
* Removed finally - Python before 2.5 did not allow finally together with ↵Jonathan Robie2010-08-091-2/+2
| | | | | | specific exceptions. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@983743 13f79535-47bb-0310-9956-ffa450edef68
* Changed conditional assignment to vanilla if/then/else, for compatibility ↵Jonathan Robie2010-08-091-2/+9
| | | | | | with older Python. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@983718 13f79535-47bb-0310-9956-ffa450edef68
* Hello World example in Python - matches hello_world.cppJonathan Robie2010-04-161-0/+45
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@934663 13f79535-47bb-0310-9956-ffa450edef68