mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 14:56:14 +01:00
20 lines
259 B
Python
20 lines
259 B
Python
__all__ = [
|
|
'babysitter',
|
|
'build',
|
|
'connection',
|
|
'commandline',
|
|
'core',
|
|
'fetch',
|
|
'grabber',
|
|
'meter',
|
|
'oscerr',
|
|
'oscssl',
|
|
]
|
|
|
|
|
|
from .util import git_version
|
|
__version__ = git_version.get_version('1.6.0')
|
|
|
|
|
|
# vim: sw=4 et
|