Re: [libvirt] [PATCH 14/22] python3: cpu-reformat: Use the print() function

2018-03-19 Thread Daniel P . Berrangé
On Sat, Mar 17, 2018 at 02:23:32PM +, Radostin Stoyanov wrote: > Replace the print statement, that is only available in Py2, with a > print function that is available in both Py2 and Py3 and drop the > explicit python version in the shebang. > > Signed-off-by: Radostin Stoyanov

[libvirt] [PATCH 14/22] python3: cpu-reformat: Use the print() function

2018-03-17 Thread Radostin Stoyanov
Replace the print statement, that is only available in Py2, with a print function that is available in both Py2 and Py3 and drop the explicit python version in the shebang. Signed-off-by: Radostin Stoyanov --- tests/cputestdata/cpu-reformat.py | 4 ++-- 1 file changed, 2