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

DLFCN and dl will be loaded immediately. Fixes #6741

parent a621d363
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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