diff --git a/src/gajim.py b/src/gajim.py index 80d21953a..da23c7f63 100644 --- a/src/gajim.py +++ b/src/gajim.py @@ -65,7 +65,7 @@ if os.name == 'nt': from common import demandimport demandimport.enable() demandimport.ignore += ['gobject._gobject', 'libasyncns', 'i18n', - 'logging.NullHandler', 'dbus.glib', 'dbus.service', + 'logging.NullHandler', 'dbus.service', 'command_system.implementation.standard', 'command_system.implementation.execute', 'OpenSSL.SSL', 'OpenSSL.crypto', 'common.sleepy', 'DLFCN', 'dl', 'xml.sax', 'xml.sax.handler', 'ic',