##// END OF EJS Templates
Fix WinIDE crash (sys.stdin.encoding attribute does not exist there). Closes #235.
Fix WinIDE crash (sys.stdin.encoding attribute does not exist there). Closes #235.

File last commit:

r988:2f09c2ab
r1023:d08fc664
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()