From 8bbe25ce7486d6bd498b56a6f6eca9895dc21eaf Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sun, 16 Dec 2012 18:29:49 +0100 Subject: [PATCH] fix demandimport with ipython --- src/gajim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gajim.py b/src/gajim.py index b006bf37e..894d7186e 100644 --- a/src/gajim.py +++ b/src/gajim.py @@ -73,7 +73,7 @@ demandimport.enable() demandimport.ignore += ['gobject._gobject', 'libasyncns', 'i18n', 'logging.NullHandler', 'dbus.service', 'OpenSSL.SSL', 'OpenSSL.crypto', 'common.sleepy', 'DLFCN', 'dl', 'xml.sax', 'xml.sax.handler', 'ic', - 'Crypto.PublicKey'] + 'Crypto.PublicKey', 'IPython'] if os.name == 'nt': import locale