summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--poezio/asyncio_fix.py (renamed from poezio/asyncio.py)0
-rw-r--r--poezio/poezio.py2
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