##// END OF EJS Templates
Changing mode name from python -> ipython.
Changing mode name from python -> ipython.

File last commit:

r2058:7e8fc59a
r10418:a0c4e411
Show More
pycolor
6 lines | 183 B | text/plain | TextLexer
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Simple wrapper around PyColorize, which colorizes python sources."""
import IPython.utils.PyColorize
IPython.utils.PyColorize.main()