#!/usr/local/bin/python2.6
# -*- coding: utf-8 -*-
"""Simple wrapper around PyColorize, which colorizes python sources."""

import IPython.PyColorize
IPython.PyColorize.main()
