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

fix demndimport with htmltextview

parent b7807ca4
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', 'DLFCN', 'dl']
'common.sleepy', 'DLFCN', 'dl', 'xml.sax', 'xml.sax.handler']
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