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 .base import get_base_chroot
|
||||||
from .build import get_build_chroot, BuildChroot
|
from .build import get_build_chroot, BuildChroot
|
||||||
|
|
||||||
# export Chroot class
|
|
||||||
Chroot = Chroot
|
|
||||||
|
|
||||||
CHROOT_TYPES = ['base', 'build', 'rootfs']
|
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 devices.cli import cmd_devices
|
||||||
from packages.flavour import cmd_flavours
|
from packages.flavour import cmd_flavours
|
||||||
from telnet import cmd_telnet
|
from telnet import cmd_telnet
|
||||||
from chroot import cmd_chroot
|
from chroot.cli import cmd_chroot
|
||||||
from cache import cmd_cache
|
from cache import cmd_cache
|
||||||
from image import cmd_image
|
from image import cmd_image
|
||||||
from boot import cmd_boot
|
from boot import cmd_boot
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue