Re: [Qemu-devel] [PULL v2 01/57] docker: docker.py wrap StringIO import for python3

2018-06-21 Thread Daniel P . Berrangé
On Thu, Jun 21, 2018 at 09:49:55AM +0100, Peter Maydell wrote: > On 21 June 2018 at 07:25, Alex Bennée wrote: > > Although the docker.py is nominally python2 we actually invoke it with > > the configured python from the configure script. > > > > Signed-off-by: Alex Bennée > > > > diff --git a/tes

Re: [Qemu-devel] [PULL v2 01/57] docker: docker.py wrap StringIO import for python3

2018-06-21 Thread Peter Maydell
On 21 June 2018 at 07:25, Alex Bennée wrote: > Although the docker.py is nominally python2 we actually invoke it with > the configured python from the configure script. > > Signed-off-by: Alex Bennée > > diff --git a/tests/docker/docker.py b/tests/docker/docker.py > index 306e14cf69..e4095270eb 1

[Qemu-devel] [PULL v2 01/57] docker: docker.py wrap StringIO import for python3

2018-06-20 Thread Alex Bennée
Although the docker.py is nominally python2 we actually invoke it with the configured python from the configure script. Signed-off-by: Alex Bennée diff --git a/tests/docker/docker.py b/tests/docker/docker.py index 306e14cf69..e4095270eb 100755 --- a/tests/docker/docker.py +++ b/tests/docker/dock