refactor: rename poezio.asyncio module
no clash with stdlib pls
This commit is contained in:
parent
835d7c855a
commit
e49552e444
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue