mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-19 06:35:10 +00:00
7 lines
168 B
Python
7 lines
168 B
Python
from __future__ import absolute_import
|
|
|
|
from warnings import warn
|
|
|
|
warn("IPython.utils.traitlets has moved to a top-level traitlets package.")
|
|
|
|
from traitlets import *
|