##// END OF EJS Templates
Merging everyones bug fixes into trunk....
Merging everyones bug fixes into trunk. This is a host of bug fixes done by in various branches that fix IPython on Python 2.4.

File last commit:

r0:6f629fcc
r1723:df49db56 merge
Show More
pycolor
6 lines | 171 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()