2022-10-12 15:19:17 +02:00
|
|
|
# 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.
|
|
|
|
|
2022-12-15 10:05:18 +01:00
|
|
|
from .api_build import BuildHistory
|
2023-01-03 16:33:38 +01:00
|
|
|
from .api_configuration import get_configuration_value
|
2022-11-01 14:29:23 +01:00
|
|
|
from .api_source import add_channels
|
2022-11-09 08:57:47 +01:00
|
|
|
from .api_source import add_containers
|
2022-11-01 14:50:18 +01:00
|
|
|
from .api_source import enable_channels
|
2022-11-09 10:31:20 +01:00
|
|
|
from .api_source import get_linked_packages
|
2022-11-10 10:29:14 +01:00
|
|
|
from .api_source import release
|
2022-11-01 14:26:28 +01:00
|
|
|
from .common import print_msg
|
|
|
|
from .common import format_msg_project_package_options
|
2022-10-12 15:19:17 +02:00
|
|
|
from .package import ApiPackage
|
|
|
|
from .request import forward_request
|