qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-block] [PATCH] fixup! python: futurize -f libfuturize.fixes.fi


From: Stefan Hajnoczi
Subject: Re: [Qemu-block] [PATCH] fixup! python: futurize -f libfuturize.fixes.fix_print_with_import
Date: Mon, 11 Jun 2018 14:33:56 +0100
User-agent: Mutt/1.9.5 (2018-04-13)

On Fri, Jun 08, 2018 at 10:37:45AM -0300, Eduardo Habkost wrote:
> On Fri, Jun 08, 2018 at 09:29:43AM -0300, Eduardo Habkost wrote:
> > Change all Python code to use print as a function.
> > 
> > This is necessary for Python 3 compatibility.
> > 
> > Done using:
> > 
> >   $ py=$( (g grep -l -E '^#!.*python';find -name '*.py' -printf '%P\n';) | \
> >     sort -u | grep -v README.sh4)
> >   $ futurize -w -f libfuturize.fixes.fix_print_with_import $py
> > 
> > Reviewed-by: Stefan Hajnoczi <address@hidden>
> > Acked-by: Fam Zheng <address@hidden>
> > Signed-off-by: Eduardo Habkost <address@hidden>
> > ---
> [...]
> >  tests/docker/docker.py                   | 11 +--
> [...]
> 
> This patch needs an update:
> 
> Signed-off-by: Eduardo Habkost <address@hidden>
> ---
>  tests/docker/docker.py | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Reviewed-by: Stefan Hajnoczi <address@hidden>

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]