subiquity/system_setup/cmd
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
..
__init__.py Add missing copyrights 2021-08-31 15:52:03 +02:00
schema.py loop: fix setuptools entry-points not using asyncio.run 2022-10-28 17:05:54 +02:00
server.py loop: fix setuptools entry-points not using asyncio.run 2022-10-28 17:05:54 +02:00
tui.py loop: fix setuptools entry-points not using asyncio.run 2022-10-28 17:05:54 +02:00