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

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 *