##// END OF EJS Templates
revert inputhook param location
Joseph Kahn -
Show More
@@ -438,7 +438,7 b' class TerminalInteractiveShell(InteractiveShell):'
438 Condition(lambda: self.highlight_matching_brackets))],
438 Condition(lambda: self.highlight_matching_brackets))],
439 }
439 }
440 if not PTK3:
440 if not PTK3:
441 options['inputhook'] = self.inputhook
441 options['inputhook'] = self.shell.inputhook
442
442
443 return options
443 return options
444
444
General Comments 0
You need to be logged in to leave comments. Login now