
if [ -d /tmp/tcloop/APPNAME ]; then
  rm -f /usr/bin/python
  cp -af /tmp/tcloop/APPNAME/usr/bin/python /usr/bin/python
fi

if [ -f /usr/bin/pycompile ]; then
  rm -f /usr/bin/pycompile
fi



