From d460b707a5b6da6f7758fe303a4c062bd37a3867 Mon Sep 17 00:00:00 2001 From: Denis Fomin <fominde@gmail.com> Date: Sun, 9 Oct 2011 00:10:22 +0300 Subject: [PATCH] add 'command_system.implementation.execute'(execute plugin) to demandimport.ignore --- src/gajim.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gajim.py b/src/gajim.py index 8af0d925a0..6187207d88 100644 --- a/src/gajim.py +++ b/src/gajim.py @@ -66,7 +66,8 @@ from common import demandimport demandimport.enable() demandimport.ignore += ['gobject._gobject', 'libasyncns', 'i18n', 'logging.NullHandler', 'dbus.glib', 'dbus.service', - 'command_system.implementation.standard', 'OpenSSL.SSL', 'OpenSSL.crypto', + 'command_system.implementation.standard', + 'command_system.implementation.execute', 'OpenSSL.SSL', 'OpenSSL.crypto', 'common.sleepy', 'DLFCN', 'dl', 'xml.sax', 'xml.sax.handler', 'ic'] if os.name == 'nt': -- GitLab