lexers.py 208 B

123456
  1. """Deprecated as of 5.0; import from IPython.lib.lexers instead."""
  2. from warnings import warn
  3. warn("nbconvert.utils.lexers is deprecated as of 5.0. Use IPython.lib.lexers")
  4. from IPython.lib.lexers import *