Re: [XEN PATCH] tools/xenmon: Fix xenmon.py for with python3.x

2023-02-02 Thread Bernhard Kaindl
On 02/02/2023 6:34 pm, Andrew Cooper wrote: On 02/02/2023 5:18 pm, Andrew Cooper wrote: On 02/02/2023 5:13 pm, Bernhard Kaindl wrote: Fixes for Py3: * class Delayed(): file not defined; also an error for pylint -E * Inconsistent use of tabs and spaces for indentation (in one block) Signed-off-

Re: [XEN PATCH] tools/xenmon: Fix xenmon.py for with python3.x

2023-02-02 Thread Andrew Cooper
On 02/02/2023 5:18 pm, Andrew Cooper wrote: > On 02/02/2023 5:13 pm, Bernhard Kaindl wrote: >> Fixes for Py3: >> * class Delayed(): file not defined; also an error for pylint -E >> * Inconsistent use of tabs and spaces for indentation (in one block) >> >> Signed-off-by: Bernhard Kaindl > Acked-by:

Re: [XEN PATCH] tools/xenmon: Fix xenmon.py for with python3.x

2023-02-02 Thread Andrew Cooper
On 02/02/2023 5:13 pm, Bernhard Kaindl wrote: > Fixes for Py3: > * class Delayed(): file not defined; also an error for pylint -E > * Inconsistent use of tabs and spaces for indentation (in one block) > > Signed-off-by: Bernhard Kaindl Acked-by: Andrew Cooper I'll add this to my pending queue w

[XEN PATCH] tools/xenmon: Fix xenmon.py for with python3.x

2023-02-02 Thread Bernhard Kaindl
Fixes for Py3: * class Delayed(): file not defined; also an error for pylint -E * Inconsistent use of tabs and spaces for indentation (in one block) Signed-off-by: Bernhard Kaindl --- tools/xenmon/xenmon.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/xenmon/xe