##// END OF EJS Templates
Cosmetic cleanups: put all imports in a single line, and sort them...
Cosmetic cleanups: put all imports in a single line, and sort them alphabetically. This will make it easier to see/clean dependencies as we start copying stuff into chainsaw.

File last commit:

r0:6f629fcc
r52:572a8cc9
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()