commit | 0158865d8123d83bb98b24848ceacd7a8b906643 | [log] [tgz] |
---|---|---|
author | Stephen Finucane <stephenfinucane@hotmail.com> | Thu May 15 20:03:12 2014 +0100 |
committer | Stephen Finucane <stephenfinucane@hotmail.com> | Wed Sep 10 22:01:13 2014 +0100 |
tree | 392c0a4dda7ef894011c6b9a1697abd0bc15c537 | |
parent | 7424a74d3b52aefa651aad2bb53c81ce2b1914fe [diff] |
oft: Convert to print_function Replace the Python 'print' keyword ('print x') with the function version ('print(x)'). This is the recommended approach for new Python code. In addition, replace a number of 'print' calls with either logging or calls to 'die' to be consistent. Signed-off-by: Stephen Finucane <stephenfinucane@hotmail.com>