mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 22:56:15 +01:00
10 lines
161 B
Python
Executable File
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()
|