##// 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:

r21337:03608cd1
r22413:03f53a74
Show More
pickleutil.py
5 lines | 130 B | text/x-python | PythonLexer
from warnings import warn
warn("IPython.utils.pickleutil has moved to ipykernel.pickleutil")
from ipykernel.pickleutil import *