##// END OF EJS Templates
Backport PR #10305: Respect completions display style in terminal debugger...
r23385:66bc9c09 auto-backport-of-...
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 *