##// END OF EJS Templates
Use the default shell to capture shell output....
Use the default shell to capture shell output. Adhere to the user $SHELL choice when capturing output from system commands. This makes the getoutput() behavior consistent with that of the system() interactive function.

File last commit:

r21083:13de4d6a
r22413:03f53a74
Show More
log.py
7 lines | 149 B | text/x-python | PythonLexer
from __future__ import absolute_import
from warnings import warn
warn("IPython.utils.log has moved to traitlets.log")
from traitlets.log import *