##// END OF EJS Templates
Merge pull request #10039 from Carreau/deprecation-warnings...
Merge pull request #10039 from Carreau/deprecation-warnings Improve deprecation warnings

File last commit:

r22963:2961b531
r22995:bac02d02 merge
Show More
eventful.py
6 lines | 125 B | text/x-python | PythonLexer
from warnings import warn
warn("IPython.utils.eventful has moved to traitlets.eventful")
from traitlets.eventful import *