mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-12 02:04:04 +02:00
10 lines
195 B
Python
Executable File
10 lines
195 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
"""
|
|
This wrapper allows git-osc-precommit-hook to be called from the source directory during development.
|
|
"""
|
|
|
|
import osc.babysitter
|
|
|
|
osc.babysitter.gitOscPrecommitHook()
|