Re: [PATCH 01/20] python/qemu: use isort to lay out imports

2020-10-07 Thread Kevin Wolf
Am 07.10.2020 um 01:57 hat John Snow geschrieben: > Borrowed from the QAPI cleanup series, use the same configuration to > standardize the way we write and sort imports. > > Signed-off-by: John Snow Reviewed-by: Kevin Wolf

Re: [PATCH 01/20] python/qemu: use isort to lay out imports

2020-10-06 Thread Philippe Mathieu-Daudé
On 10/7/20 1:57 AM, John Snow wrote: > Borrowed from the QAPI cleanup series, use the same configuration to > standardize the way we write and sort imports. > > Signed-off-by: John Snow > --- > python/qemu/.isort.cfg| 7 +++ > python/qemu/accel.py | 1 + > python/qemu/cons

[PATCH 01/20] python/qemu: use isort to lay out imports

2020-10-06 Thread John Snow
Borrowed from the QAPI cleanup series, use the same configuration to standardize the way we write and sort imports. Signed-off-by: John Snow --- python/qemu/.isort.cfg| 7 +++ python/qemu/accel.py | 1 + python/qemu/console_socket.py | 2 +- python/qemu/machine.py