projects
/
opensuse:osc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
- rewrite configuration handling
[opensuse:osc.git]
/
osc-wrapper.py
1
#!/usr/bin/env python
2
3
# this wrapper exists so it can be put into /usr/bin, but still allows the
4
# python module to be called within the source directory during development
5
6
from osc import commandline
7
commandline.main()
8