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