diff options
| author | Alan Conway <aconway@apache.org> | 2008-05-15 21:46:14 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-05-15 21:46:14 +0000 |
| commit | 6759e54c226d6dc779afd034078c73bc3bf23093 (patch) | |
| tree | 22999cf955444a3c9b2cbe7dd0c1e323a6842ce7 /qpid/python/examples/direct | |
| parent | a3ea4b12ca00d972d460156f0e4a9ab43ddf3ebd (diff) | |
| download | qpid-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/direct')
| -rwxr-xr-x | qpid/python/examples/direct/declare_queues.py | 4 | ||||
| -rwxr-xr-x | qpid/python/examples/direct/direct_consumer.py | 4 | ||||
| -rwxr-xr-x | qpid/python/examples/direct/direct_producer.py | 4 | ||||
| -rwxr-xr-x | qpid/python/examples/direct/listener.py | 4 |
4 files changed, 0 insertions, 16 deletions
diff --git a/qpid/python/examples/direct/declare_queues.py b/qpid/python/examples/direct/declare_queues.py index ce19a91a60..f0c34fa8c9 100755 --- a/qpid/python/examples/direct/declare_queues.py +++ b/qpid/python/examples/direct/declare_queues.py @@ -29,10 +29,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/direct/direct_consumer.py b/qpid/python/examples/direct/direct_consumer.py index 0e629b476a..e421a417c1 100755 --- a/qpid/python/examples/direct/direct_consumer.py +++ b/qpid/python/examples/direct/direct_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/direct/direct_producer.py b/qpid/python/examples/direct/direct_producer.py index bdc668b3c4..870ce66e78 100755 --- a/qpid/python/examples/direct/direct_producer.py +++ b/qpid/python/examples/direct/direct_producer.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/direct/listener.py b/qpid/python/examples/direct/listener.py index ee13aae75b..0716adecef 100755 --- a/qpid/python/examples/direct/listener.py +++ b/qpid/python/examples/direct/listener.py @@ -48,10 +48,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 : |
