subiquity/console_conf
Olivier Gayot 638e2cbfbf loop: fix setuptools entry-points not using asyncio.run
setuptools declares a certain number of entry points that use the main
function of the associated component. That said, now that main is an
async function, it does not work. There seems to be no way to tell
setuptools to wrap the call to the entry point with asyncio.run so we
need to revert to a synchronous main function.

Signed-off-by: Olivier Gayot <olivier.gayot@canonical.com>
2022-10-28 17:05:54 +02:00
..
cmd loop: fix setuptools entry-points not using asyncio.run 2022-10-28 17:05:54 +02:00
controllers fix some easier cases of impolite language 2022-08-29 12:30:39 -06:00
models fix console_conf yet again 2021-09-13 16:22:25 +12:00
ui Use logger names consistent with directory structure 2022-02-25 17:35:45 +01:00
__init__.py pyflakes fixes for console_conf/__init__.py 2018-05-24 16:59:31 -05:00
core.py trivial fixes for console_conf breakage 2020-11-06 09:54:30 +13:00