mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 22:56:15 +01:00
14 lines
535 B
Python
14 lines
535 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_source import add_channels
|
|
from .api_source import add_containers
|
|
from .api_source import enable_channels
|
|
from .api_source import get_linked_packages
|
|
from .common import print_msg
|
|
from .common import format_msg_project_package_options
|
|
from .package import ApiPackage
|
|
from .request import forward_request
|