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