more fix for ipython import. Fixes #7316

This commit is contained in:
Yann Leboulanger 2013-03-11 20:21:59 +01:00
parent 049dbe7fe5
commit f8a0333ad7
1 changed files with 1 additions and 1 deletions

View File

@ -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', 'IPython', 'gst.interfaces']
'Crypto.PublicKey', 'IPython', 'contextlib', 'imp', 'gst.interfaces']
if os.name == 'nt':
import locale