1from __future__ import absolute_import
2
3from warnings import warn
4
5warn("IPython.utils.log has moved to traitlets.log")
6
7from traitlets.log import *
8