Skip to content
Snippets Groups Projects
Commit 935dcecf authored by Dicson's avatar Dicson
Browse files

add 'command_system.implementation.execute'(execute plugin) to demandimport.ignore

parent 22981d35
No related branches found
No related tags found
No related merge requests found
......@@ -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':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment