exec: migrate exec.py to exec/cmd.py

This commit is contained in:
InsanePrawn 2022-08-15 17:41:23 +02:00
parent 72ca2258d1
commit 879fd113f0
12 changed files with 11 additions and 11 deletions

View file

@ -1,7 +1,7 @@
import click
import logging
from exec import run_root_cmd
from exec.cmd import run_root_cmd
from ssh import run_ssh_command
from wrapper import check_programs_wrap