Yann Leboulanger pushed to branch master at gajim / gajim

Commits:
fc0be965 by Philipp Hörist at 2016-12-09T18:19:39+01:00
Remove demandimport

- - - - -
deab82aa by Philipp Hörist at 2016-12-09T18:32:35+01:00
Merge branch 'master' into 'master'

Master

See merge request !1
- - - - -


1 changed file:

- src/gajim.py


Changes:

=====================================
src/gajim.py
=====================================
--- a/src/gajim.py
+++ b/src/gajim.py
@@ -74,14 +74,6 @@ if not HAS_NBXMPP:
     print('Gajim needs python-nbxmpp >= %s to run. Quiting...' % 
MIN_NBXMPP_VER)
     sys.exit()
 
-#from common import demandimport
-#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', 'monotonic',
-#    'gtkexcepthook', 'libxml2', 'libxml2mod']
-
 if os.name == 'nt':
     import locale
     import gettext



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/compare/acc5baf3537cae1ac8e60ef18e04e28105a5b7ca...deab82aa46ab6c8468a543b8930cac02d6f3a8a0
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to