1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-08-20 13:38:53 +02:00
Files
github.com_openSUSE_osc/git-obs.py

15 lines
233 B
Python
Executable File

#!/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()