1 2 3 4 5
#! /usr/bin/python -u import sys from gbp.scripts.pq_rpm import main sys.exit(main(sys.argv))