Re: [Qemu-devel] [PATCH v5 02/46] qapi: Clean up qapi.py per pep8

2015-09-23 Thread Markus Armbruster
Eric Blake writes: > On 09/22/2015 08:00 AM, Markus Armbruster wrote: >> Eric Blake writes: >> >>> Silence pep8, and make pylint a bit happier. Just style cleanups; >>> no semantic changes. >> >> I had planned to clean it up after resolving the TODO fold into >> QAPISchema, but I'm fine with

Re: [Qemu-devel] [PATCH v5 02/46] qapi: Clean up qapi.py per pep8

2015-09-22 Thread Eric Blake
On 09/22/2015 08:00 AM, Markus Armbruster wrote: > Eric Blake writes: > >> Silence pep8, and make pylint a bit happier. Just style cleanups; >> no semantic changes. > > I had planned to clean it up after resolving the TODO fold into > QAPISchema, but I'm fine with doing it right away. I think

Re: [Qemu-devel] [PATCH v5 02/46] qapi: Clean up qapi.py per pep8

2015-09-22 Thread Markus Armbruster
Eric Blake writes: > Silence pep8, and make pylint a bit happier. Just style cleanups; > no semantic changes. I had planned to clean it up after resolving the TODO fold into QAPISchema, but I'm fine with doing it right away. I think we'll want to do a bit more for pylint, but limiting ourselve

[Qemu-devel] [PATCH v5 02/46] qapi: Clean up qapi.py per pep8

2015-09-21 Thread Eric Blake
Silence pep8, and make pylint a bit happier. Just style cleanups; no semantic changes. Signed-off-by: Eric Blake --- scripts/qapi.py | 165 1 file changed, 107 insertions(+), 58 deletions(-) diff --git a/scripts/qapi.py b/scripts/qapi.py