get gtkexcepthook back (Thanks demandimport once again ...)

This commit is contained in:
Yann Leboulanger 2013-08-25 18:57:27 +02:00
parent 31a753463b
commit dd6f619d11
1 changed files with 2 additions and 1 deletions

View File

@ -73,7 +73,8 @@ 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', 'contextlib', 'imp', 'monotonic']
# 'Crypto.PublicKey', 'IPython', 'contextlib', 'imp', 'monotonic',
# 'gtkexcepthook']
if os.name == 'nt':
import locale