Prechádzať zdrojové kódy

Update shell_execute.py

qiaofeng1227 1 rok pred
rodič
commit
bd3fed978d
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      appmanage/api/utils/shell_execute.py

+ 1 - 1
appmanage/api/utils/shell_execute.py

@@ -1,6 +1,6 @@
 #!/usr/bin/python3
 #!/usr/bin/python3
 import os, io, sys, platform, shutil, time, subprocess, json, datetime
 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.exception.command_exception import CommandException
 from api.utils import const
 from api.utils import const