##// END OF EJS Templates
client profile defaults to running IPython profile...
client profile defaults to running IPython profile also fix ArgumentError when Client is given positional arguments

File last commit:

r2058:7e8fc59a
r4071:9cb5aa8e
Show More
pycolor
6 lines | 183 B | text/plain | TextLexer
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Simple wrapper around PyColorize, which colorizes python sources."""
import IPython.utils.PyColorize
IPython.utils.PyColorize.main()