1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-19 16:56:17 +02:00
github.com_openSUSE_osc/osc-wrapper.py

10 lines
161 B
Python
Executable File

#!/usr/bin/env python3
"""
This wrapper allows osc to be called from the source directory during development.
"""
import osc.babysitter
osc.babysitter.main()