diff options
Diffstat (limited to 'contrib/python/ipython/py2/IPython/utils/log.py')
| -rw-r--r-- | contrib/python/ipython/py2/IPython/utils/log.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/python/ipython/py2/IPython/utils/log.py b/contrib/python/ipython/py2/IPython/utils/log.py new file mode 100644 index 00000000000..3eb9bdadd80 --- /dev/null +++ b/contrib/python/ipython/py2/IPython/utils/log.py @@ -0,0 +1,7 @@ +from __future__ import absolute_import + +from warnings import warn + +warn("IPython.utils.log has moved to traitlets.log") + +from traitlets.log import * |
