summaryrefslogtreecommitdiff
path: root/poezio/poezio.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/poezio.py')
-rw-r--r--poezio/poezio.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/poezio/poezio.py b/poezio/poezio.py
index 55c1afea..784f0553 100644
--- a/poezio/poezio.py
+++ b/poezio/poezio.py
@@ -61,6 +61,9 @@ def main():
config.check_config()
sys.exit(0)
+ from poezio.asyncio import monkey_patch_asyncio_slixmpp
+ monkey_patch_asyncio_slixmpp()
+
from poezio import theming
theming.update_themes_dir()