##// END OF EJS Templates
move test_lexers to lib/tests...
move test_lexers to lib/tests to match the module it tests

File last commit:

r20906:1a805ad1
r21232:77e5eee4
Show More
lexers.py
3 lines | 92 B | text/x-python | PythonLexer
Thomas Kluyver
Move IPython lexers module to lib...
r20625 """Deprecated; import from IPython.lib.lexers instead."""
chebee7i
Update IPython Pygments lexers.
r13629
Thomas Kluyver
Move IPython lexers module to lib...
r20625 from IPython.lib.lexers import *