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 | 82950090c94ed3ace2d7ab4c410cdd72fed5c176 (patch) | |
tree | c8ef12843d56baf070f1c45bd749cbdb20f7f4b5 /python/examples/direct/direct_producer.py | |
parent | 4d72a636b1abc66f124d8fddad6f325093b6aa0f (diff) | |
download | qpid-python-82950090c94ed3ace2d7ab4c410cdd72fed5c176.tar.gz |
- 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
Diffstat (limited to 'python/examples/direct/direct_producer.py')
-rwxr-xr-x | python/examples/direct/direct_producer.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/python/examples/direct/direct_producer.py b/python/examples/direct/direct_producer.py index bdc668b3c4..870ce66e78 100755 --- a/python/examples/direct/direct_producer.py +++ b/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 : |