python/qemu: use isort to lay out imports
authorJohn Snow <jsnow@redhat.com>
Tue, 6 Oct 2020 23:57:58 +0000 (19:57 -0400)
committerJohn Snow <jsnow@redhat.com>
Tue, 20 Oct 2020 13:37:57 +0000 (09:37 -0400)
commit932ca4bbde5ed6c57a8ae0b9cabb6e0a1ca1047a
tree80ae2de74a160456be78bbdfcc6f10a6e5bd5589
parentb8eaee96e46663c74943b529fd173ce3b9189d46
python/qemu: use isort to lay out imports

Borrowed from the QAPI cleanup series, use the same configuration to
standardize the way we write and sort imports.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Message-id: 20201006235817.3280413-2-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
python/qemu/.isort.cfg [new file with mode: 0644]
python/qemu/accel.py
python/qemu/console_socket.py
python/qemu/machine.py
python/qemu/qmp.py
python/qemu/qtest.py