summaryrefslogtreecommitdiff
path: root/python/examples/api/hello
diff options
context:
space:
mode:
Diffstat (limited to 'python/examples/api/hello')
-rwxr-xr-xpython/examples/api/hello4
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()