##// END OF EJS Templates
shim IPython.utils.eventful
Min RK -
Show More
@@ -0,0 +1,7 b''
1 from __future__ import absolute_import
2
3 from warnings import warn
4
5 warn("IPython.utils.eventful has moved to traitlets.eventful")
6
7 from traitlets.eventful import *
General Comments 0
You need to be logged in to leave comments. Login now