#! /usr/bin/python -u
import sys
from gbp.scripts.buildpackage_rpm import main

sys.exit(main(sys.argv))
