##// END OF EJS Templates
Merge pull request #2420 from teegaar/master...
Bussonnier Matthias -
r8510:a406c0d9 merge
parent child Browse files
Show More
@@ -357,7 +357,7 class TerminalInteractiveShell(InteractiveShell):
357 357 usage=None, banner1=None, banner2=None, display_banner=None):
358 358
359 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 361 user_module=user_module, custom_exceptions=custom_exceptions
362 362 )
363 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