log.py 149 B

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