fix demandimport with ipython

This commit is contained in:
Yann Leboulanger 2012-12-16 18:29:49 +01:00
parent 34163e508b
commit 8bbe25ce74
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ demandimport.enable()
demandimport.ignore += ['gobject._gobject', 'libasyncns', 'i18n', demandimport.ignore += ['gobject._gobject', 'libasyncns', 'i18n',
'logging.NullHandler', 'dbus.service', 'OpenSSL.SSL', 'OpenSSL.crypto', 'logging.NullHandler', 'dbus.service', 'OpenSSL.SSL', 'OpenSSL.crypto',
'common.sleepy', 'DLFCN', 'dl', 'xml.sax', 'xml.sax.handler', 'ic', 'common.sleepy', 'DLFCN', 'dl', 'xml.sax', 'xml.sax.handler', 'ic',
'Crypto.PublicKey'] 'Crypto.PublicKey', 'IPython']
if os.name == 'nt': if os.name == 'nt':
import locale import locale