소스 검색

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