exec: migrate exec.py to exec/cmd.py
This commit is contained in:
parent
72ca2258d1
commit
879fd113f0
12 changed files with 11 additions and 11 deletions
2
image.py
2
image.py
|
@ -13,7 +13,7 @@ from chroot.device import DeviceChroot, get_device_chroot
|
|||
from constants import Arch, BASE_PACKAGES, DEVICES, FLAVOURS
|
||||
from config import config, Profile
|
||||
from distro.distro import get_base_distro, get_kupfer_https
|
||||
from exec import run_root_cmd
|
||||
from exec.cmd import run_root_cmd
|
||||
from packages import build_enable_qemu_binfmt, discover_packages, build_packages
|
||||
from ssh import copy_ssh_keys
|
||||
from wrapper import enforce_wrap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue