Re: [libvirt] [libvirt-python 2/2] test: Invoke print(...) instead of print ...

2013-12-09 Thread Daniel P. Berrange
On Fri, Dec 06, 2013 at 04:25:10PM -0600, Doug Goldstein wrote: The 'print' statement no longer exists in Python 3 and now must be called as a function. This is compatible down to Python 2.4 as we are not using any special syntax of the function. --- sanitytest.py | 10 +- 1 file

[libvirt] [libvirt-python 2/2] test: Invoke print(...) instead of print ...

2013-12-06 Thread Doug Goldstein
The 'print' statement no longer exists in Python 3 and now must be called as a function. This is compatible down to Python 2.4 as we are not using any special syntax of the function. --- sanitytest.py | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sanitytest.py