1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-08-04 22:53:42 +02:00

fix osc/__init__.py to contain new modules

This commit is contained in:
Dr. Peter Poeml
2006-07-17 13:15:21 +00:00
parent 545222f9b7
commit ea106f0b05

View File

@@ -1 +1 @@
__all__ = ['core', 'commandline', 'othermethods']
__all__ = ['core', 'commandline', 'othermethods', 'build', 'fetch', 'meter']