mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-19 06:35:10 +00:00
7 lines
164 B
Python
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 *
|