aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py3/IPython/utils/eventful.py
blob: 837c6e034429e51fd51b52c17090481177670e2b (plain) (blame)
1
2
3
4
5
from warnings import warn

warn("IPython.utils.eventful has moved to traitlets.eventful", stacklevel=2)

from traitlets.eventful import *