summaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py3/IPython/utils/log.py
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/python/ipython/py3/IPython/utils/log.py')
-rw-r--r--contrib/python/ipython/py3/IPython/utils/log.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/python/ipython/py3/IPython/utils/log.py b/contrib/python/ipython/py3/IPython/utils/log.py
new file mode 100644
index 00000000000..bb262eda936
--- /dev/null
+++ b/contrib/python/ipython/py3/IPython/utils/log.py
@@ -0,0 +1,6 @@
+
+from warnings import warn
+
+warn("IPython.utils.log has moved to traitlets.log", stacklevel=2)
+
+from traitlets.log import *