]> git.proxmox.com Git - mirror_qemu.git/commit
docker: docker.py wrap StringIO import for python3
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 20 Jun 2018 14:45:42 +0000 (15:45 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 20 Jun 2018 15:57:34 +0000 (16:57 +0100)
commit7a5d936b6fc0cf262db86af0df7999ac904f8495
tree36a1756cfecb3f081a33fbe3c7bb27751261b1ed
parent46012db666990ff2eed1d3dc199ab8006439a93b
docker: docker.py wrap StringIO import for python3

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 <alex.bennee@linaro.org>
tests/docker/docker.py