mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-11 07:06:16 +01:00
17 lines
658 B
Python
17 lines
658 B
Python
# This is a private implementation of osc.core that will replace it in the future.
|
|
# The existing osc.core needs to stay for a while to emit deprecation warnings.
|
|
#
|
|
# The cherry-picked imports will be the supported API.
|
|
|
|
from .api_build import BuildHistory
|
|
from .api_configuration import get_configuration_value
|
|
from .api_source import add_channels
|
|
from .api_source import add_containers
|
|
from .api_source import enable_channels
|
|
from .api_source import get_linked_packages
|
|
from .api_source import release
|
|
from .common import print_msg
|
|
from .common import format_msg_project_package_options
|
|
from .package import ApiPackage
|
|
from .request import forward_request
|