more fix for ipython import. Fixes #7316
This commit is contained in:
parent
049dbe7fe5
commit
f8a0333ad7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue