diff --git a/IPython/utils/eventful.py b/IPython/utils/eventful.py new file mode 100644 index 0000000..fc0f7ae --- /dev/null +++ b/IPython/utils/eventful.py @@ -0,0 +1,7 @@ +from __future__ import absolute_import + +from warnings import warn + +warn("IPython.utils.eventful has moved to traitlets.eventful") + +from traitlets.eventful import *