diff options
| author | Gordon Sim <gsim@apache.org> | 2007-12-05 15:19:45 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2007-12-05 15:19:45 +0000 |
| commit | 8e9a5272785f55ddc5ab2c395ccd648f0ae24ac1 (patch) | |
| tree | 187ae4f332f78fdaad1c09e28b1e79bcb542f866 /python/examples/direct/direct_consumer.py | |
| parent | 800014ce7d43d13a20a8fa810a1a4ac5dc510a98 (diff) | |
| download | qpid-python-8e9a5272785f55ddc5ab2c395ccd648f0ae24ac1.tar.gz | |
Updates to examples from jonathan.robie@redhat.com
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@601358 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/examples/direct/direct_consumer.py')
| -rw-r--r-- | python/examples/direct/direct_consumer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/examples/direct/direct_consumer.py b/python/examples/direct/direct_consumer.py index 4e50dfbc2a..38b1ba30a0 100644 --- a/python/examples/direct/direct_consumer.py +++ b/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() |
