diff options
author | mathieui <mathieui@mathieui.net> | 2021-04-10 11:11:59 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2021-04-11 16:33:53 +0200 |
commit | e49552e4449bc02daa2aa08738a29810dbcd07cb (patch) | |
tree | ddb70c528afcda5a40bf0e3e4b4cfa8f78e127f0 | |
parent | 835d7c855a1e5d5ef4f6b02eeeac58ec77072d3b (diff) | |
download | poezio-e49552e4449bc02daa2aa08738a29810dbcd07cb.tar.gz poezio-e49552e4449bc02daa2aa08738a29810dbcd07cb.tar.bz2 poezio-e49552e4449bc02daa2aa08738a29810dbcd07cb.tar.xz poezio-e49552e4449bc02daa2aa08738a29810dbcd07cb.zip |
refactor: rename poezio.asyncio module
no clash with stdlib pls
-rw-r--r-- | poezio/asyncio_fix.py (renamed from poezio/asyncio.py) | 0 | ||||
-rw-r--r-- | poezio/poezio.py | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/poezio/asyncio.py b/poezio/asyncio_fix.py index d333ffa6..d333ffa6 100644 --- a/poezio/asyncio.py +++ b/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 |