diff --git a/src/gajim.py b/src/gajim.py
index a317aae11310362c142b9884e55542c2775787ab..941a37211a32807f9fa9b4aeb425a631e3b3cb60 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