ソースを参照

Update shell_execute.py

qiaofeng1227 1 年間 前
コミット
bd3fed978d
1 ファイル変更1 行追加1 行削除
  1. 1 1
      appmanage/api/utils/shell_execute.py

+ 1 - 1
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