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