Remove demandimport

This commit is contained in:
Philipp Hörist 2016-12-09 18:19:39 +01:00
parent acc5baf353
commit fc0be965f5
1 changed files with 0 additions and 8 deletions

View File

@ -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