refactor: rename poezio.asyncio module

no clash with stdlib pls
This commit is contained in:
mathieui 2021-04-10 11:11:59 +02:00
parent 835d7c855a
commit e49552e444
2 changed files with 1 additions and 1 deletions

View file

@ -94,7 +94,7 @@ def main():
config.check_config()
sys.exit(0)
from poezio.asyncio import monkey_patch_asyncio_slixmpp
from poezio.asyncio_fix import monkey_patch_asyncio_slixmpp
monkey_patch_asyncio_slixmpp()
from poezio import theming