diff --git a/appmanage/api/utils/shell_execute.py b/appmanage/api/utils/shell_execute.py index 0ce61a7c..7aa7a2ee 100644 --- a/appmanage/api/utils/shell_execute.py +++ b/appmanage/api/utils/shell_execute.py @@ -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