##// END OF EJS Templates
Fix getglobals() if we're not running under IPython.
Fix getglobals() if we're not running under IPython.

File last commit:

r0:6f629fcc
r354:98f68f55
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()