#!/bin/sh

PYTHON="/usr/bin/python2.7"

if [ -f $PYTHON ]; then
    $PYTHON /usr/bin/pycompile.exec $*
fi
