From 27649a64aa2638c08942ce5d6cb5bf66aea76e14 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Tue, 5 Jul 2011 20:35:36 +0200 Subject: [PATCH] remove useless demandimport ignore --- src/gajim.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/gajim.py b/src/gajim.py index 4a5c94ac2..e87349f9d 100644 --- a/src/gajim.py +++ b/src/gajim.py @@ -36,13 +36,11 @@ ## from common import demandimport - 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', 'xml.sax', 'xml.sax.handler', 'ic' - ,'FileRequestReceivedEvent'] + 'common.sleepy', 'DLFCN', 'dl', 'xml.sax', 'xml.sax.handler', 'ic'] import os import sys