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

This commit is contained in:
Denis Fomin 2011-10-09 00:10:22 +03:00
parent ec1274596a
commit d460b707a5
1 changed files with 2 additions and 1 deletions

View File

@ -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':