##// END OF EJS Templates
Update IPython/frontend/terminal/interactiveshell.py...
teegaar -
Show More
@@ -357,7 +357,7 b' class TerminalInteractiveShell(InteractiveShell):'
357 usage=None, banner1=None, banner2=None, display_banner=None):
357 usage=None, banner1=None, banner2=None, display_banner=None):
358
358
359 super(TerminalInteractiveShell, self).__init__(
359 super(TerminalInteractiveShell, self).__init__(
360 config=config, profile_dir=profile_dir, user_ns=user_ns,
360 config=config, ipython_dir=ipython_dir, profile_dir=profile_dir, user_ns=user_ns,
361 user_module=user_module, custom_exceptions=custom_exceptions
361 user_module=user_module, custom_exceptions=custom_exceptions
362 )
362 )
363 # use os.system instead of utils.process.system by default,
363 # use os.system instead of utils.process.system by default,
General Comments 0
You need to be logged in to leave comments. Login now