remove dbus.glib from demandimport.ignore

This commit is contained in:
Denis Fomin 2012-08-12 10:33:41 +04:00
parent a581f10236
commit 24bcc25348
1 changed files with 1 additions and 1 deletions

View File

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