more fix for ipython import. Fixes #7316

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

View File

@ -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