##// END OF EJS Templates
Small updates to Debian man pages for 0.10....
Small updates to Debian man pages for 0.10. Mostly fixes to ipcluster's man page, since ipcluster changed a bit for 0.10. Other small updates to make them accurate for 0.10.

File last commit:

r0:6f629fcc
r2099:9d979be0
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()