master
/ .localenv / lib / python3.5 / site-packages / nbconvert / utils / lexers.py

lexers.py @master

4d078e2
 
 
 
 
 
1
2
3
4
5
6
"""Deprecated as of 5.0; import from IPython.lib.lexers instead."""
from warnings import warn

warn("nbconvert.utils.lexers is deprecated as of 5.0. Use IPython.lib.lexers")

from IPython.lib.lexers import *