From e49552e4449bc02daa2aa08738a29810dbcd07cb Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 10 Apr 2021 11:11:59 +0200 Subject: refactor: rename poezio.asyncio module no clash with stdlib pls --- poezio/poezio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/poezio.py') diff --git a/poezio/poezio.py b/poezio/poezio.py index 361e75eb..1954acd9 100644 --- a/poezio/poezio.py +++ b/poezio/poezio.py @@ -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 -- cgit v1.2.3