From 3c9eac5dc99eb809584d4877e1eea603c97be3da Mon Sep 17 00:00:00 2001 From: mathieui Date: Wed, 5 Oct 2016 20:20:46 +0200 Subject: Add monkeypatching hack on the event loop MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Previously inside slixmpp, it’s cleaner to do it only in poezio. --- poezio/poezio.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'poezio/poezio.py') 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() -- cgit v1.2.3