Re: [PATCH 1/7] python/qemu: create qemu.lib module

2020-06-05 Thread Vladimir Sementsov-Ogievskiy
03.06.2020 03:15, John Snow wrote: move python/qemu/*.py to python/qemu/core/*.py. To create a namespace package, the 'qemu' directory itself shouldn't have module files in it. Thus, these files will go under a 'lib' package directory instead. Bolster the core/__init__.py file a little bit, Mak

[PATCH 1/7] python/qemu: create qemu.lib module

2020-06-02 Thread John Snow
move python/qemu/*.py to python/qemu/core/*.py. To create a namespace package, the 'qemu' directory itself shouldn't have module files in it. Thus, these files will go under a 'lib' package directory instead. Bolster the core/__init__.py file a little bit, Make the top-level classes and functions