projects
/
opensuse:osc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
- reorganize source to build a python module
[opensuse:osc.git]
/
osc-wrapper.py
1
#!/usr/bin/env python
2
from osc import commandline
3
from osc.core import init_basicauth
4
5
init_basicauth()
6
commandline.main()
7