diff options
Diffstat (limited to 'python/examples/api/hello')
-rwxr-xr-x | python/examples/api/hello | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/examples/api/hello b/python/examples/api/hello index a220fe794e..ad314da19e 100755 --- a/python/examples/api/hello +++ b/python/examples/api/hello @@ -48,5 +48,5 @@ try: except MessagingError,m: print m -finally: - connection.close() + +connection.close() |