diff --git a/poezio/asyncio.py b/poezio/asyncio_fix.py similarity index 100% rename from poezio/asyncio.py rename to poezio/asyncio_fix.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