#!/bin/sh
[ -e "$SUGAR_BUNDLE_PATH/binding" ] && . "$SUGAR_BUNDLE_PATH/binding"
exec python -c 'from sugar.activity import main; main.main()' "$@"
