From a3e947c249382307ae747e0774fb42847d6a5021 Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Fri, 16 Aug 2013 09:55:55 +0200
Subject: [PATCH] add monotonic to the list of ignored modules by demandimport.
 Fixes #7409

---
 src/gajim.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/gajim.py b/src/gajim.py
index 5ca78bfb8b..59c39d75e0 100644
--- a/src/gajim.py
+++ b/src/gajim.py
@@ -73,7 +73,8 @@ demandimport.enable()
 demandimport.ignore += ['gobject._gobject', 'libasyncns', 'i18n',
     'logging.NullHandler', 'dbus.service', 'OpenSSL.SSL', 'OpenSSL.crypto',
     'common.sleepy', 'DLFCN', 'dl', 'xml.sax', 'xml.sax.handler', 'ic',
-    'Crypto.PublicKey', 'IPython', 'contextlib', 'imp', 'gst.interfaces']
+    'Crypto.PublicKey', 'IPython', 'contextlib', 'imp', 'gst.interfaces',
+    'monotonic']
 
 if os.name == 'nt':
     import locale
-- 
GitLab