Author: jross
Date: Tue Apr 26 13:12:18 2016
New Revision: 1741013

URL: http://svn.apache.org/viewvc?rev=1741013&view=rev
Log:
QPID-7207: Use Python 2.6 compatible string formats

Modified:
    qpid/trunk/qpid/cpp/src/tests/check_dependencies.py.in

Modified: qpid/trunk/qpid/cpp/src/tests/check_dependencies.py.in
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/tests/check_dependencies.py.in?rev=1741013&r1=1741012&r2=1741013&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/tests/check_dependencies.py.in (original)
+++ qpid/trunk/qpid/cpp/src/tests/check_dependencies.py.in Tue Apr 26 13:12:18 
2016
@@ -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:



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to