##// END OF EJS Templates
Remove deprecated `newline_with_copy_margin` (#13949)...
Remove deprecated `newline_with_copy_margin` (#13949) Closes #13897 Removed deprecated `newline_with_copy_margin`. Use newline_autoindent_outer instead

File last commit:

r27747:f5d4e0ac
r28125:113d2b09 merge
Show More
log.py
5 lines | 123 B | text/x-python | PythonLexer
from warnings import warn
warn("IPython.utils.log has moved to traitlets.log", stacklevel=2)
from traitlets.log import *