summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Ross <jross@apache.org>2016-04-26 13:12:18 +0000
committerJustin Ross <jross@apache.org>2016-04-26 13:12:18 +0000
commitc7f760bf9693bc94786cad2b7ffcbb596b7d28a2 (patch)
tree4b2aa26e6c584d2b0ac61858443ecdcb05c4ec3d
parentd7f6a0681f01225b1d3b4f976f8fa2978db877e3 (diff)
downloadqpid-python-c7f760bf9693bc94786cad2b7ffcbb596b7d28a2.tar.gz
QPID-7207: Use Python 2.6 compatible string formats
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1741013 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/src/tests/check_dependencies.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/check_dependencies.py.in b/qpid/cpp/src/tests/check_dependencies.py.in
index 4a8a544026..ef69fc1743 100644
--- a/qpid/cpp/src/tests/check_dependencies.py.in
+++ b/qpid/cpp/src/tests/check_dependencies.py.in
@@ -25,7 +25,7 @@ import sys
def _message(error):
return """
===============================================================================
-Error! {}
+Error! {0}
The tests require Qpid Python, version 1.33 or greater. Make sure
Qpid Python is installed and available on the Python path: