Re: [libvirt] [sandbox 5/6] Convert to python3

2017-12-06 Thread Daniel P. Berrange
On Wed, Dec 06, 2017 at 01:50:56PM +0100, Cedric Bosdonnat wrote: > On Tue, 2017-12-05 at 16:57 +, Daniel P. Berrange wrote: > > On Tue, Dec 05, 2017 at 10:53:21AM +0100, Cédric Bosdonnat wrote: > > > Python2 is going to die soon, convert to python3. > > > > I'm unclear whether this change

Re: [libvirt] [sandbox 5/6] Convert to python3

2017-12-06 Thread Cedric Bosdonnat
On Tue, 2017-12-05 at 16:57 +, Daniel P. Berrange wrote: > On Tue, Dec 05, 2017 at 10:53:21AM +0100, Cédric Bosdonnat wrote: > > Python2 is going to die soon, convert to python3. > > I'm unclear whether this change drops py2 support, or whether it makes it > work with py2+3 in parallel. > >

Re: [libvirt] [sandbox 5/6] Convert to python3

2017-12-05 Thread Daniel P. Berrange
On Tue, Dec 05, 2017 at 10:53:21AM +0100, Cédric Bosdonnat wrote: > Python2 is going to die soon, convert to python3. I'm unclear whether this change drops py2 support, or whether it makes it work with py2+3 in parallel. The commit message suggests py3 only, but then this: > @@ -418,6 +416,18

[libvirt] [sandbox 5/6] Convert to python3

2017-12-05 Thread Cédric Bosdonnat
Python2 is going to die soon, convert to python3. --- bin/virt-sandbox-service| 68 ++--- libvirt-sandbox/image/cli.py| 18 - libvirt-sandbox/image/sources/docker.py | 41 ++-- libvirt-sandbox/image/template.py