fix demndimport with htmltextview

This commit is contained in:
Denis Fomin 2011-01-02 18:23:56 +03:00
parent b7807ca4a3
commit 33b2ae1108
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', 'DLFCN', 'dl']
'common.sleepy', 'DLFCN', 'dl', 'xml.sax', 'xml.sax.handler']
import os
import sys