Re: [Qemu-devel] [RFC PATCH v2 1/3] python/qemu: split QEMUMachine out from underneath __init__.py

2019-07-01 Thread John Snow
On 6/28/19 12:05 PM, Wainer dos Santos Moschetta wrote: > > On 06/27/2019 06:28 PM, John Snow wrote: >> It's not obvious that something named __init__.py actually houses >> important code that isn't relevant to python packaging glue. Move the >> QEMUMachine and related error classes out into

Re: [Qemu-devel] [RFC PATCH v2 1/3] python/qemu: split QEMUMachine out from underneath __init__.py

2019-06-28 Thread Wainer dos Santos Moschetta
On 06/27/2019 06:28 PM, John Snow wrote: It's not obvious that something named __init__.py actually houses important code that isn't relevant to python packaging glue. Move the QEMUMachine and related error classes out into their own module. Adjust users to the new import location.

[Qemu-devel] [RFC PATCH v2 1/3] python/qemu: split QEMUMachine out from underneath __init__.py

2019-06-27 Thread John Snow
It's not obvious that something named __init__.py actually houses important code that isn't relevant to python packaging glue. Move the QEMUMachine and related error classes out into their own module. Adjust users to the new import location. Signed-off-by: John Snow --- python/qemu/__init__.py