##// END OF EJS Templates
Fix Qt inputhook...
Thomas Kluyver -
Show More
@@ -363,7 +363,7 b' class Qt4InputHook(InputHookBase):'
363 """
363 """
364 from IPython.lib.inputhookqt4 import create_inputhook_qt4
364 from IPython.lib.inputhookqt4 import create_inputhook_qt4
365 from IPython.external.appnope import nope
365 from IPython.external.appnope import nope
366 app, inputhook_qt4 = create_inputhook_qt4(self, app)
366 app, inputhook_qt4 = create_inputhook_qt4(self.manager, app)
367 self.manager.set_inputhook(inputhook_qt4)
367 self.manager.set_inputhook(inputhook_qt4)
368 nope()
368 nope()
369
369
General Comments 0
You need to be logged in to leave comments. Login now