File: gbp-clone

package info (click to toggle)
git-buildpackage 0.6.0~git20120601
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,000 kB
  • sloc: python: 5,379; sh: 381; makefile: 70
file content (5 lines) | stat: -rwxr-xr-x 94 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#! /usr/bin/python -u
import sys
from gbp.scripts.clone import main

sys.exit(main(sys.argv))