mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-06-26 18:25:36 -04:00
move kbs source files to src/
This commit is contained in:
parent
8f1b1ad846
commit
da6bc1023f
70 changed files with 190 additions and 190 deletions
|
@ -1,8 +1,8 @@
|
|||
import click
|
||||
import logging
|
||||
|
||||
from constants import REPOS_CONFIG_FILE
|
||||
from distro.repo_config import get_repo_config
|
||||
from kupferbootstrap.constants import REPOS_CONFIG_FILE
|
||||
from kupferbootstrap.distro.repo_config import get_repo_config
|
||||
from .kbs import get_kbs_version, compare_kbs_version, compare_kbs_ci_version
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue