Change the LoopDevice class to be a context manager.
All code using LoopDevice was updated to the following
with statement:
with LoopDevice(...) as loop_provider:
loop_provider.some_member()
This is related to Issue #2412
|
||
|---|---|---|
| .. | ||
| kiwi_from_python.rst | ||
| kiwi_plugin_architecture.rst | ||
| schema_extensions.rst | ||
| scripts_testing.rst | ||