Skip to content
Snippets Groups Projects
Commit fc0be965 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Remove demandimport

parent acc5baf3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment