#!python
from os.path import basename
from pkgcore import scripts
scripts.run(basename(__file__))
