1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-21 09:46:19 +02:00
github.com_openSUSE_osc/osc/_private/__init__.py

18 lines
692 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 .package import LocalPackage
from .request import forward_request