log.py 123 B

12345
  1. from warnings import warn
  2. warn("IPython.utils.log has moved to traitlets.log", stacklevel=2)
  3. from traitlets.log import *