Re: [Qemu-devel] [PATCH 2/3] docker.py: Python 2.6 argparse compatibility

2017-08-25 Thread Fam Zheng
On Fri, 08/25 16:57, Stefan Hajnoczi wrote: > Add the scripts/ directory to sys.path so Python 2.6 will be able to > import argparse. > > Cc: Fam Zheng > Signed-off-by: Stefan Hajnoczi > --- > tests/docker/docker.py | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/te

[Qemu-devel] [PATCH 2/3] docker.py: Python 2.6 argparse compatibility

2017-08-25 Thread Stefan Hajnoczi
Add the scripts/ directory to sys.path so Python 2.6 will be able to import argparse. Cc: Fam Zheng Signed-off-by: Stefan Hajnoczi --- tests/docker/docker.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/docker/docker.py b/tests/docker/docker.py index ee40ca04d9..