#!/bin/sh
find /usr/lib/python2.5/site-packages/IPython/ -name '*.pyc' | xargs rm
exit 0
