On 27 September 2016 at 09:03, Paul Burton wrote:
> In python 3.x, print must be used as a function call. Convert all print
> statements to the function call style, importing from __future__ where
> we print with no trailing newline or print to a file object.
>
> Signed-off-by: Paul Burton
> Acke
In python 3.x, print must be used as a function call. Convert all print
statements to the function call style, importing from __future__ where
we print with no trailing newline or print to a file object.
Signed-off-by: Paul Burton
Acked-by: Simon Glass
---
Changes in v2: None
tools/patman/che
2 matches
Mail list logo