##// END OF EJS Templates
shim IPython.utils.log
Min RK -
Show More
@@ -0,0 +1,7 b''
1 from __future__ import absolute_import
2
3 from warnings import warn
4
5 warn("IPython.utils.log has moved to traitlets.log")
6
7 from traitlets.log import *
General Comments 0
You need to be logged in to leave comments. Login now