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

7 lines
149 B
Python

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