##// END OF EJS Templates
Backport PR #8843: don't strip encoding cookie from cell magics...
Backport PR #8843: don't strip encoding cookie from cell magics closes #8841

File last commit:

r21083:13de4d6a
r21824:57242e2b
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 *