##// END OF EJS Templates
[utils][tests][dir2] Improve test_misbehaving_object_without_trait_names
[utils][tests][dir2] Improve test_misbehaving_object_without_trait_names

File last commit:

r23033:5dd70876
r26929:7fb86c59
Show More
eventful.py
6 lines | 139 B | text/x-python | PythonLexer
from warnings import warn
warn("IPython.utils.eventful has moved to traitlets.eventful", stacklevel=2)
from traitlets.eventful import *