#!/bin/sh
#
# Run yumex main python program.
#
exec /usr/bin/python /usr/share/yumex/yumex.pyc ${1:+"$@"}
