##// END OF EJS Templates
Do not attempt to set term title in non-xterm workalikes (at least...
Do not attempt to set term title in non-xterm workalikes (at least linux character console malfunctions).

File last commit:

r0:6f629fcc
r114:4ca46a4f
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()