summaryrefslogtreecommitdiff
path: root/qpid/python/examples/xml-exchange
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-05-15 21:46:14 +0000
committerAlan Conway <aconway@apache.org>2008-05-15 21:46:14 +0000
commit6759e54c226d6dc779afd034078c73bc3bf23093 (patch)
tree22999cf955444a3c9b2cbe7dd0c1e323a6842ce7 /qpid/python/examples/xml-exchange
parenta3ea4b12ca00d972d460156f0e4a9ab43ddf3ebd (diff)
downloadqpid-python-6759e54c226d6dc779afd034078c73bc3bf23093.tar.gz
- Remove redundant comments about AMQP_SPEC
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@656859 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/examples/xml-exchange')
-rwxr-xr-xqpid/python/examples/xml-exchange/declare_queues.py4
-rwxr-xr-xqpid/python/examples/xml-exchange/listener.py4
-rwxr-xr-xqpid/python/examples/xml-exchange/xml_consumer.py4
-rwxr-xr-xqpid/python/examples/xml-exchange/xml_producer.py4
4 files changed, 0 insertions, 16 deletions
diff --git a/qpid/python/examples/xml-exchange/declare_queues.py b/qpid/python/examples/xml-exchange/declare_queues.py
index 8985c20cab..bd17da5013 100755
--- a/qpid/python/examples/xml-exchange/declare_queues.py
+++ b/qpid/python/examples/xml-exchange/declare_queues.py
@@ -28,10 +28,6 @@ password="guest"
# If an alternate host or port has been specified, use that instead
# (this is used in our unit tests)
-#
-# If AMQP_SPEC is defined, use it to locate the spec file instead of
-# looking for it in the default location.
-
if len(sys.argv) > 1 :
host=sys.argv[1]
if len(sys.argv) > 2 :
diff --git a/qpid/python/examples/xml-exchange/listener.py b/qpid/python/examples/xml-exchange/listener.py
index f2f9105091..db12d57e3e 100755
--- a/qpid/python/examples/xml-exchange/listener.py
+++ b/qpid/python/examples/xml-exchange/listener.py
@@ -45,10 +45,6 @@ password="guest"
# If an alternate host or port has been specified, use that instead
# (this is used in our unit tests)
-#
-# If AMQP_SPEC is defined, use it to locate the spec file instead of
-# looking for it in the default location.
-
if len(sys.argv) > 1 :
host=sys.argv[1]
if len(sys.argv) > 2 :
diff --git a/qpid/python/examples/xml-exchange/xml_consumer.py b/qpid/python/examples/xml-exchange/xml_consumer.py
index 047faec668..22973b2bd9 100755
--- a/qpid/python/examples/xml-exchange/xml_consumer.py
+++ b/qpid/python/examples/xml-exchange/xml_consumer.py
@@ -27,10 +27,6 @@ password="guest"
# If an alternate host or port has been specified, use that instead
# (this is used in our unit tests)
-#
-# If AMQP_SPEC is defined, use it to locate the spec file instead of
-# looking for it in the default location.
-
if len(sys.argv) > 1 :
host=sys.argv[1]
if len(sys.argv) > 2 :
diff --git a/qpid/python/examples/xml-exchange/xml_producer.py b/qpid/python/examples/xml-exchange/xml_producer.py
index 435045b0fa..72c5bdb53a 100755
--- a/qpid/python/examples/xml-exchange/xml_producer.py
+++ b/qpid/python/examples/xml-exchange/xml_producer.py
@@ -45,10 +45,6 @@ password="guest"
# If an alternate host or port has been specified, use that instead
# (this is used in our unit tests)
-#
-# If AMQP_SPEC is defined, use it to locate the spec file instead of
-# looking for it in the default location.
-
if len(sys.argv) > 1 :
host=sys.argv[1]
if len(sys.argv) > 2 :