#!/usr/local/bin/python2.3 # -*- coding: utf-8 -*- """Simple wrapper around PyColorize, which colorizes python sources.""" import IPython.PyColorize IPython.PyColorize.main()