From 33b2ae1108f50bed5e86c99dcaf484ab91bfc557 Mon Sep 17 00:00:00 2001 From: Denis Fomin <fominde@gmail.com> Date: Sun, 2 Jan 2011 18:23:56 +0300 Subject: [PATCH] fix demndimport with htmltextview --- src/gajim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gajim.py b/src/gajim.py index a317aae113..941a37211a 100644 --- a/src/gajim.py +++ b/src/gajim.py @@ -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 -- GitLab