changeset d725d13a1069 in /home/hg/repos/gajim

branches: gtk3
details:http://hg.gajim.org/gajim?cmd=changeset;node=d725d13a1069
description: add monotonic to the list of ignored modules by demandimport. 
Fixes #7409

diffstat:

 src/gajim.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 00cba73b45cb -r d725d13a1069 src/gajim.py
--- a/src/gajim.py      Fri Aug 16 09:39:10 2013 +0200
+++ b/src/gajim.py      Fri Aug 16 09:55:55 2013 +0200
@@ -73,7 +73,7 @@
 #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']
+#    'Crypto.PublicKey', 'IPython', 'contextlib', 'imp', 'monotonic']
 
 if os.name == 'nt':
     import locale
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to