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

This commit is contained in:
Yann Leboulanger 2013-08-25 18:57:27 +02:00
parent 268ec3c030
commit 8a72c32f42
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,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', 'contextlib', 'imp', 'gst.interfaces',
'monotonic']
'monotonic', 'gtkexcepthook']
if os.name == 'nt':
import locale