1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-10-03 16:19:19 +02:00
Files
github.com_openSUSE_osc/osc/__init__.py
lethliel 40ce84067e revised modules:
- simplified TextMeter/pb usage
- fixed header in meter.py
- delted unused vars in function calls
- get rid of most MGErrors
- do not check for file:// in grabber.py
2018-02-27 10:37:16 +01:00

4 lines
112 B
Python

__all__ = ['babysitter', 'core', 'commandline', 'oscerr', 'build', 'fetch', 'meter', 'grabber']
# vim: sw=4 et