##// END OF EJS Templates
numpy no longer seems amenable to deep reloading...
numpy no longer seems amenable to deep reloading Excluding numpy._globals was not sufficient to make it work, so this just removes the test for deep-reloading numpy, as it's something that no longer seems worth supporting.

File last commit:

r21337:03608cd1
r22971:915ad096
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 *