- 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