summaryrefslogtreecommitdiff
path: root/qpid/python/examples/direct/direct_consumer.py
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2007-12-05 15:19:45 +0000
committerGordon Sim <gsim@apache.org>2007-12-05 15:19:45 +0000
commit387a53a7dd18dd0bd3dd4a36b2a600cfbd60f249 (patch)
tree94ea297ec735e0e3fd6598eaf08ecc3be70e38b7 /qpid/python/examples/direct/direct_consumer.py
parentb95f79c2f01db4aff1124522d6655eb745079f29 (diff)
downloadqpid-python-387a53a7dd18dd0bd3dd4a36b2a600cfbd60f249.tar.gz
Updates to examples from jonathan.robie@redhat.com
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@601358 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/examples/direct/direct_consumer.py')
-rw-r--r--qpid/python/examples/direct/direct_consumer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/python/examples/direct/direct_consumer.py b/qpid/python/examples/direct/direct_consumer.py
index 4e50dfbc2a..38b1ba30a0 100644
--- a/qpid/python/examples/direct/direct_consumer.py
+++ b/qpid/python/examples/direct/direct_consumer.py
@@ -72,4 +72,4 @@ message.complete(cumulative=True)
# Clean up before exiting so there are no open threads.
#
-# session.session_close()
+session.session_close()