summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorKim van der Riet <kpvdr@apache.org>2006-12-22 18:26:40 +0000
committerKim van der Riet <kpvdr@apache.org>2006-12-22 18:26:40 +0000
commita71fc76d0f605d1faa76f8aec7b4498c168aec46 (patch)
treee9fc23ba70b75b2bb21d8fc50da8f7b088e9cb4e /python
parent2b22dcd63c9b0a3d914fff21abd78985059b326d (diff)
downloadqpid-python-a71fc76d0f605d1faa76f8aec7b4498c168aec46.tar.gz
File tidy-up for AMQP version code: Removed old XSLT files; moved cluster.asl into spec directory; renamed spec files to better reflect version notation; updated java, c++ and python files to reference new names.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@489715 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python')
-rwxr-xr-xpython/amqp-doc2
-rw-r--r--python/qpid/testlib.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/python/amqp-doc b/python/amqp-doc
index 60a12c2838..0e7f9e862a 100755
--- a/python/amqp-doc
+++ b/python/amqp-doc
@@ -42,7 +42,7 @@ except GetoptError, e:
die(str(e))
regexp = False
-spec = "../specs/amqp-8.0.xml"
+spec = "../specs/amqp.0-8.xml"
for k, v in opts:
if k == "-e" or k == "--regexp": regexp = True
if k == "-s" or k == "--spec": spec = v
diff --git a/python/qpid/testlib.py b/python/qpid/testlib.py
index d35c38e4ad..39bad75b86 100644
--- a/python/qpid/testlib.py
+++ b/python/qpid/testlib.py
@@ -80,7 +80,7 @@ Options:
def __init__(self):
# Defaults
self.setBroker("localhost")
- self.spec = "../specs/amqp-8.0.xml"
+ self.spec = "../specs/amqp.0-8.xml"
self.verbose = 1
self.ignore = []