From 8e9a5272785f55ddc5ab2c395ccd648f0ae24ac1 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Wed, 5 Dec 2007 15:19:45 +0000 Subject: 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 --- python/examples/pubsub/topic_producer.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'python/examples/pubsub/topic_producer.py') diff --git a/python/examples/pubsub/topic_producer.py b/python/examples/pubsub/topic_producer.py index 5f8372e7ba..c3b13cd82c 100644 --- a/python/examples/pubsub/topic_producer.py +++ b/python/examples/pubsub/topic_producer.py @@ -92,9 +92,5 @@ session.message_transfer(destination="amq.topic", content=message) #----- Cleanup -------------------------------------------- # Clean up before exiting so there are no open threads. -# -# Close Channel 1. - session.session_close() - -- cgit v1.2.1