From 10680fd92401bdc26738545e679e7387efa78344 2015-04-07 17:52:03 From: Min RK Date: 2015-04-07 17:52:03 Subject: [PATCH] shim IPython.utils.eventful --- 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 *