mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-22 21:25:43 -05:00
chroot: move __init__.py to cli.py
This commit is contained in:
parent
827550e972
commit
6569fee6a2
2 changed files with 1 additions and 4 deletions
|
@ -9,9 +9,6 @@ from .abstract import Chroot
|
|||
from .base import get_base_chroot
|
||||
from .build import get_build_chroot, BuildChroot
|
||||
|
||||
# export Chroot class
|
||||
Chroot = Chroot
|
||||
|
||||
CHROOT_TYPES = ['base', 'build', 'rootfs']
|
||||
|
||||
|
2
main.py
2
main.py
|
@ -14,7 +14,7 @@ from packages.cli import cmd_packages
|
|||
from devices.cli import cmd_devices
|
||||
from packages.flavour import cmd_flavours
|
||||
from telnet import cmd_telnet
|
||||
from chroot import cmd_chroot
|
||||
from chroot.cli import cmd_chroot
|
||||
from cache import cmd_cache
|
||||
from image import cmd_image
|
||||
from boot import cmd_boot
|
||||
|
|
Loading…
Add table
Reference in a new issue