##// END OF EJS Templates
Merge pull request #11295 from meeseeksmachine/auto-backport-of-pr-10974-on-5.x...
Merge pull request #11295 from meeseeksmachine/auto-backport-of-pr-10974-on-5.x Backport PR #10974 on branch 5.x (IPython breaks import matplotlib.pyplot when there is no display)

File last commit:

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