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