Re: [PATCH] scripts: Add Python 3 support to tracing/draw_functrace.py

2018-07-27 Thread Masahiro Yamada
2018-07-26 0:01 GMT+09:00 Jeremy Cline : > On 07/25/2018 10:39 AM, Masahiro Yamada wrote: >> 2018-07-21 4:35 GMT+09:00 Jeremy Cline : >>> Use the print function. This maintains Python 2 support and should have >>> no functional change. >>> >>> Signed-off-by: Jeremy Cline >>> --- >>> scripts/traci

Re: [PATCH] scripts: Add Python 3 support to tracing/draw_functrace.py

2018-07-25 Thread Jeremy Cline
On 07/25/2018 10:39 AM, Masahiro Yamada wrote: > 2018-07-21 4:35 GMT+09:00 Jeremy Cline : >> Use the print function. This maintains Python 2 support and should have >> no functional change. >> >> Signed-off-by: Jeremy Cline >> --- >> scripts/tracing/draw_functrace.py | 3 ++- >> 1 file changed, 2

Re: [PATCH] scripts: Add Python 3 support to tracing/draw_functrace.py

2018-07-25 Thread Masahiro Yamada
2018-07-21 4:35 GMT+09:00 Jeremy Cline : > Use the print function. This maintains Python 2 support and should have > no functional change. > > Signed-off-by: Jeremy Cline > --- > scripts/tracing/draw_functrace.py | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/scripts/t

[PATCH] scripts: Add Python 3 support to tracing/draw_functrace.py

2018-07-20 Thread Jeremy Cline
Use the print function. This maintains Python 2 support and should have no functional change. Signed-off-by: Jeremy Cline --- scripts/tracing/draw_functrace.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/tracing/draw_functrace.py b/scripts/tracing/draw_functrac