Re: [PATCH 13/15] scripts/qom-fuse: move to python/qemu/qmp/qom_fuse.py

2020-10-24 Thread Philippe Mathieu-Daudé
On 10/21/20 8:52 PM, John Snow wrote: Move qom-fuse over to the python package now that it passes the linter. Update the import paradigms so that it passes. Signed-off-by: John Snow --- scripts/qmp/qom-fuse => python/qemu/qmp/qom_fuse.py | 12 ++-- 1 file changed, 2 insertions(+), 10

[PATCH 13/15] scripts/qom-fuse: move to python/qemu/qmp/qom_fuse.py

2020-10-21 Thread John Snow
Move qom-fuse over to the python package now that it passes the linter. Update the import paradigms so that it passes. Signed-off-by: John Snow --- scripts/qmp/qom-fuse => python/qemu/qmp/qom_fuse.py | 12 ++-- 1 file changed, 2 insertions(+), 10 deletions(-) rename scripts/qmp/qom-fuse