##// END OF EJS Templates
Merge pull request #6805 from takluyver/i6804...
Min RK -
r18505:81485d11 merge
parent child Browse files
Show More
@@ -363,7 +363,7 class Qt4InputHook(InputHookBase):
363 363 """
364 364 from IPython.lib.inputhookqt4 import create_inputhook_qt4
365 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 367 self.manager.set_inputhook(inputhook_qt4)
368 368 nope()
369 369
General Comments 0
You need to be logged in to leave comments. Login now