1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-10 14:56:14 +01:00
github.com_openSUSE_osc/osc-wrapper.py
2006-07-15 07:23:04 +00:00

12 lines
278 B
Python
Executable File

#!/usr/bin/env python
# this wrapper exists so it can be put into /usr/bin, but still allows the
# python module to be called within the source directory during development
from osc import commandline
from osc.core import init_basicauth
init_basicauth()
commandline.main()