##// END OF EJS Templates
shim IPython.utils.pickleutil
Min RK -
Show More
@@ -0,0 +1,5 b''
1 from warnings import warn
2
3 warn("IPython.utils.pickleutil has moved to ipython_kernel.pickleutil")
4
5 from ipython_kernel.pickleutil import *
General Comments 0
You need to be logged in to leave comments. Login now