#!/bin/sh
python -m compileall /usr/lib/python2.5/site-packages/sympy > /dev/null
exit 0
