diff options
Diffstat (limited to 'python/examples/fanout')
| -rwxr-xr-x | python/examples/fanout/fanout_consumer.py | 4 | ||||
| -rwxr-xr-x | python/examples/fanout/fanout_producer.py | 4 | ||||
| -rwxr-xr-x | python/examples/fanout/listener.py | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/python/examples/fanout/fanout_consumer.py b/python/examples/fanout/fanout_consumer.py index 15452390a0..4a0e8ef488 100755 --- a/python/examples/fanout/fanout_consumer.py +++ b/python/examples/fanout/fanout_consumer.py @@ -25,10 +25,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/fanout/fanout_producer.py b/python/examples/fanout/fanout_producer.py index f5b589c861..3950ca6d2e 100755 --- a/python/examples/fanout/fanout_producer.py +++ b/python/examples/fanout/fanout_producer.py @@ -24,10 +24,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/fanout/listener.py b/python/examples/fanout/listener.py index 56acd50e10..b2ed85045b 100755 --- a/python/examples/fanout/listener.py +++ b/python/examples/fanout/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 : |
