##// END OF EJS Templates
ipy_leo improvements (%leo opens a file as @auto file)
r990:63f85471
Show More
pycolor
6 lines | 177 B | text/plain | TextLexer
ville
initialization (no svn history)
r988 #!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Simple wrapper around PyColorize, which colorizes python sources."""
import IPython.PyColorize
IPython.PyColorize.main()