##// END OF EJS Templates
Merge pull request #9760 from takluyver/i9755...
Merge pull request #9760 from takluyver/i9755 Fix keyword argument to warn()

File last commit:

r21337:03608cd1
r22698:d6558bbc merge
Show More
pickleutil.py
5 lines | 130 B | text/x-python | PythonLexer
Min RK
shim IPython.utils.pickleutil
r21069 from warnings import warn
Min RK
ipython_kernel is now ipykernel
r21337 warn("IPython.utils.pickleutil has moved to ipykernel.pickleutil")
Min RK
shim IPython.utils.pickleutil
r21069
Min RK
ipython_kernel is now ipykernel
r21337 from ipykernel.pickleutil import *