##// END OF EJS Templates
Merge pull request #8408 from minrk/inspect-found...
Merge pull request #8408 from minrk/inspect-found add missing 'found' key to inspect_reply

File last commit:

r21069:12df2232
r21331:a7d74cfd merge
Show More
pickleutil.py
5 lines | 140 B | text/x-python | PythonLexer
from warnings import warn
warn("IPython.utils.pickleutil has moved to ipython_kernel.pickleutil")
from ipython_kernel.pickleutil import *