From 82950090c94ed3ace2d7ab4c410cdd72fed5c176 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 15 May 2008 21:46:14 +0000 Subject: - Remove redundant comments about AMQP_SPEC git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@656859 13f79535-47bb-0310-9956-ffa450edef68 --- python/examples/pubsub/topic_publisher.py | 4 ---- python/examples/pubsub/topic_subscriber.py | 4 ---- 2 files changed, 8 deletions(-) (limited to 'python/examples/pubsub') diff --git a/python/examples/pubsub/topic_publisher.py b/python/examples/pubsub/topic_publisher.py index fb817c15f4..8cf1b08644 100755 --- a/python/examples/pubsub/topic_publisher.py +++ b/python/examples/pubsub/topic_publisher.py @@ -33,10 +33,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/python/examples/pubsub/topic_subscriber.py b/python/examples/pubsub/topic_subscriber.py index a4210c83ef..4ba8e6a680 100755 --- a/python/examples/pubsub/topic_subscriber.py +++ b/python/examples/pubsub/topic_subscriber.py @@ -57,10 +57,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 : -- cgit v1.2.1