DLFCN and dl will be loaded immediately. Fixes #6741

This commit is contained in:
Denis Fomin 2010-12-31 16:37:14 +03:00
parent a621d3631d
commit b7807ca4a3
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ demandimport.enable()
demandimport.ignore += ['gobject._gobject', 'libasyncns', 'i18n',
'logging.NullHandler', 'dbus.glib', 'dbus.service',
'command_system.implementation.standard', 'OpenSSL.SSL', 'OpenSSL.crypto',
'common.sleepy']
'common.sleepy', 'DLFCN', 'dl']
import os
import sys