File: git-obs.py

package info (click to toggle)
osc 1.15.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,616 kB
  • sloc: python: 33,563; sh: 1,846; xml: 157; makefile: 36; csh: 14
file content (14 lines) | stat: -rwxr-xr-x 233 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env python3
# PYTHON_ARGCOMPLETE_OK


"""
This wrapper allows git-obs to be called from the source directory during development.
"""


import osc.commandline_git


if __name__ == "__main__":
    osc.commandline_git.main()