diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2007-01-16 05:28:25 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2007-01-16 05:28:25 +0000 |
| commit | 8021505b531ba4c022ab89f8a2bd59bf8af3c1fc (patch) | |
| tree | 7165613b0996b55b466e140accdf6f81bae33b4c /python/amqp-doc | |
| parent | d24ea0b5a3f4ca7c1a7f30f9af99b4e7338a1d85 (diff) | |
| download | qpid-python-8021505b531ba4c022ab89f8a2bd59bf8af3c1fc.tar.gz | |
0-9 request/response framing for python
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@496593 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/amqp-doc')
| -rwxr-xr-x | python/amqp-doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/amqp-doc b/python/amqp-doc index 0e7f9e862a..00226d63cb 100755 --- a/python/amqp-doc +++ b/python/amqp-doc @@ -42,7 +42,7 @@ except GetoptError, e: die(str(e)) regexp = False -spec = "../specs/amqp.0-8.xml" +spec = "../specs/amqp.0-9.xml" for k, v in opts: if k == "-e" or k == "--regexp": regexp = True if k == "-s" or k == "--spec": spec = v |
