Update shell_execute.py

This commit is contained in:
qiaofeng1227 2023-08-26 18:24:13 +08:00 committed by GitHub
parent 802efb429a
commit bd3fed978d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
#!/usr/bin/python3
import os, io, sys, platform, shutil, time, subprocess, json, datetime
from websoft9.appmanage.api.utils.log import myLogger
from api.utils.log import myLogger
from api.exception.command_exception import CommandException
from api.utils import const