Re: [Spice-devel] [spice-common] codegen: Use six.PY3 rather than six.PY2

2015-04-15 Thread Alex Wauck
Good to know. Which distro has that version? Also, changes look correct. On Wed, 15 Apr 2015 16:03:22 +0200 Christophe Fergeau wrote: > Older versions of python-six (at least 1.3.0) defined six.PY3 but not > six.PY2. six.PY2 is only used twice in straightforward tests so it's > easy to use six

Re: [Spice-devel] [spice-common] codegen: Use six.PY3 rather than six.PY2

2015-04-15 Thread Christophe Fergeau
On Wed, Apr 15, 2015 at 09:53:18AM -0500, Alex Wauck wrote: > Good to know. Which distro has that version? RHEL7.1 Christophe pgpmJ1NIXe6oV.pgp Description: PGP signature ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.fre

[Spice-devel] [spice-common] codegen: Use six.PY3 rather than six.PY2

2015-04-15 Thread Christophe Fergeau
Older versions of python-six (at least 1.3.0) defined six.PY3 but not six.PY2. six.PY2 is only used twice in straightforward tests so it's easy to use six.PY3 instead. --- python_modules/codegen.py | 6 +++--- spice_codegen.py | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-)