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