##// END OF EJS Templates
Merge pull request #8475 from Carreau/do-not-dreload-collections...
Merge pull request #8475 from Carreau/do-not-dreload-collections Do not deep-reload collections to fix tests.

File last commit:

r21337:03608cd1
r21398:e51e50d3 merge
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 *