mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-06-26 02:18:21 -04:00
config: move code from __init__.py into cli.py
This commit is contained in:
parent
777b3172d8
commit
33f4a81981
28 changed files with 33 additions and 31 deletions
|
@ -2,7 +2,7 @@ import click
|
|||
import logging
|
||||
import os
|
||||
|
||||
from config import config
|
||||
from config.state import config
|
||||
from wrapper import enforce_wrap
|
||||
|
||||
from .abstract import Chroot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue