##// 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:

r21168:10680fd9
r22971:915ad096
Show More
eventful.py
7 lines | 164 B | text/x-python | PythonLexer
from __future__ import absolute_import
from warnings import warn
warn("IPython.utils.eventful has moved to traitlets.eventful")
from traitlets.eventful import *