summaryrefslogtreecommitdiff
path: root/python/qpid/specs_config.py
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2010-02-18 21:29:59 +0000
committerRafael H. Schloming <rhs@apache.org>2010-02-18 21:29:59 +0000
commitd8048acc7b376aabebdbaa0ed30ef65132cba4c8 (patch)
tree1e9ce7742256bea0daf362f6fe732eb6992edf17 /python/qpid/specs_config.py
parenta7646b55d006c7ac1adaf9f673671384bfa4ebb0 (diff)
downloadqpid-python-d8048acc7b376aabebdbaa0ed30ef65132cba4c8.tar.gz
remove extra dots from filenames so as not to confuse windows
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@911596 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/qpid/specs_config.py')
-rw-r--r--python/qpid/specs_config.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/qpid/specs_config.py b/python/qpid/specs_config.py
index 578f141b4e..58021320f6 100644
--- a/python/qpid/specs_config.py
+++ b/python/qpid/specs_config.py
@@ -20,6 +20,6 @@
import os
AMQP_SPEC_DIR=os.path.join(os.path.dirname(os.path.abspath(__file__)), "specs")
-amqp_spec = os.path.join(AMQP_SPEC_DIR, "amqp.0-10-qpid-errata.xml")
-amqp_spec_0_8 = os.path.join(AMQP_SPEC_DIR, "amqp.0-8.xml")
-amqp_spec_0_9 = os.path.join(AMQP_SPEC_DIR, "amqp.0-9.xml")
+amqp_spec = os.path.join(AMQP_SPEC_DIR, "amqp-0-10-qpid-errata.xml")
+amqp_spec_0_8 = os.path.join(AMQP_SPEC_DIR, "amqp-0-8.xml")
+amqp_spec_0_9 = os.path.join(AMQP_SPEC_DIR, "amqp-0-9.xml")