1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-07 13:48:43 +02:00

Add functions for printing to stdout or debug outputs

This commit is contained in:
2022-11-01 14:26:28 +01:00
parent d81c688759
commit 78c3cf1c4c
2 changed files with 37 additions and 0 deletions

View File

@@ -3,5 +3,7 @@
#
# The cherry-picked imports will be the supported API.
from .common import print_msg
from .common import format_msg_project_package_options
from .package import ApiPackage
from .request import forward_request