get gtkexcepthook back (Thanks demandimport once again ...)
This commit is contained in:
parent
268ec3c030
commit
8a72c32f42
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue