##// END OF EJS Templates
Merge pull request #9398 from takluyver/ptshell-system-raw...
Min RK -
r22240:c506b6e1 merge
parent child Browse files
Show More
@@ -400,5 +400,10 b' class TerminalInteractiveShell(InteractiveShell):'
400 return False
400 return False
401 return True
401 return True
402
402
403 # Run !system commands directly, not through pipes, so terminal programs
404 # work correctly.
405 system = InteractiveShell.system_raw
406
407
403 if __name__ == '__main__':
408 if __name__ == '__main__':
404 TerminalInteractiveShell.instance().interact()
409 TerminalInteractiveShell.instance().interact()
General Comments 0
You need to be logged in to leave comments. Login now