diff options
| author | Gordon Sim <gsim@apache.org> | 2007-12-20 16:40:12 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2007-12-20 16:40:12 +0000 |
| commit | 033d70f9992f1ab487d4dbe17b77a25f30934f86 (patch) | |
| tree | aa87d0a983608bbfe813fc3d26d1afdac4bd21bd /python/examples/direct/direct_producer.py | |
| parent | 7e7e59308b8a2d19770283d197580b37328aa711 (diff) | |
| download | qpid-python-033d70f9992f1ab487d4dbe17b77a25f30934f86.tar.gz | |
Further renames as suggested by jrobie@redhat.com
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@605975 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/examples/direct/direct_producer.py')
| -rw-r--r-- | python/examples/direct/direct_producer.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/examples/direct/direct_producer.py b/python/examples/direct/direct_producer.py index 6770e56803..ff662477ce 100644 --- a/python/examples/direct/direct_producer.py +++ b/python/examples/direct/direct_producer.py @@ -48,4 +48,3 @@ session.message_transfer(destination="amq.direct", content=message) # Clean up before exiting so there are no open threads. session.session_close() - |
