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
utils.py
2
utils.py
|
@ -4,7 +4,7 @@ import subprocess
|
|||
from shutil import which
|
||||
from typing import Optional, Union, Sequence
|
||||
|
||||
from exec import run_cmd, run_root_cmd
|
||||
from exec.cmd import run_cmd, run_root_cmd
|
||||
|
||||
|
||||
def programs_available(programs: Union[str, Sequence[str]]) -> bool:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue