diff --git a/src/gajim.py b/src/gajim.py index fbcfaea10..dbb812f2c 100644 --- a/src/gajim.py +++ b/src/gajim.py @@ -73,7 +73,7 @@ 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', 'gst.interfaces'] + 'Crypto.PublicKey', 'IPython', 'contextlib', 'imp', 'gst.interfaces'] if os.name == 'nt': import locale