##// END OF EJS Templates
Added .checkeol. The checker plugin available at http://bazaar.launchpad.net/~bialix/+junk/checkeol
Added .checkeol. The checker plugin available at http://bazaar.launchpad.net/~bialix/+junk/checkeol

File last commit:

r988:2f09c2ab
r1039:53f79483
Show More
pycolor
6 lines | 177 B | text/plain | TextLexer
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Simple wrapper around PyColorize, which colorizes python sources."""
import IPython.PyColorize
IPython.PyColorize.main()