Skip to content
Snippets Groups Projects
Commit ca8d846b authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

more fix for ipython import. Fixes #7316

parent 201aed7f
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@
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']
'Crypto.PublicKey', 'IPython', 'contextlib', 'imp']
if os.name == 'nt':
import locale
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment