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
|
@ -5,7 +5,7 @@ from glob import glob
|
|||
from shutil import rmtree
|
||||
|
||||
from constants import Arch
|
||||
from exec import run_root_cmd
|
||||
from exec.cmd import run_root_cmd
|
||||
|
||||
from .abstract import Chroot, get_chroot
|
||||
from .helpers import base_chroot_name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue