frappe_docker/frappe-bench/env/lib/python2.7/site-packages/IPython/utils/eventful.py
2017-07-31 15:51:51 +05:30

7 lines
164 B
Python

from __future__ import absolute_import
from warnings import warn
warn("IPython.utils.eventful has moved to traitlets.eventful")
from traitlets.eventful import *