##// END OF EJS Templates
Merge pull request #10021 from ivanov/remove-sys-version-checks...
Merge pull request #10021 from ivanov/remove-sys-version-checks Remove sys version checks

File last commit:

r22963:2961b531
r22981:6a5220d0 merge
Show More
eventful.py
6 lines | 125 B | text/x-python | PythonLexer
from warnings import warn
warn("IPython.utils.eventful has moved to traitlets.eventful")
from traitlets.eventful import *