##// END OF EJS Templates
$LA(n) now works (specify input history index)
$LA(n) now works (specify input history index)

File last commit:

r1032:4aabf05c
r1047:e43683ef
Show More
pycolor
6 lines | 171 B | text/plain | TextLexer
Ville M. Vainio
crlf -> lf
r1032 #!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Simple wrapper around PyColorize, which colorizes python sources."""
import IPython.PyColorize
IPython.PyColorize.main()