##// END OF EJS Templates
Backport PR #10589 on branch 5.x...
Backport PR #10589 on branch 5.x Merge pull request #10589 from Carreau/54whatsnew Synchronize and expand what's new on 5.4

File last commit:

r21083:13de4d6a
r23691:f1caf606
Show More
log.py
7 lines | 149 B | text/x-python | PythonLexer
from __future__ import absolute_import
from warnings import warn
warn("IPython.utils.log has moved to traitlets.log")
from traitlets.log import *