7 lines
143 B
Python
7 lines
143 B
Python
|
|
from warnings import warn
|
|
|
|
warn("yap_ipython.utils.eventful has moved to traitlets.eventful", stacklevel=2)
|
|
|
|
from traitlets.eventful import *
|