Remove demandimport
This commit is contained in:
parent
acc5baf353
commit
fc0be965f5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue