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

more fix for ipython import. Fixes #7316

parent c8d7e89b
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ except ImportError:
#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