Browse Source

Update files.py

qiaofeng1227 1 year ago
parent
commit
802efb429a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      appmanage/api/utils/files.py

+ 2 - 2
appmanage/api/utils/files.py

@@ -1,4 +1,4 @@
-from websoft9.appmanage.api.utils.log import myLogger
+from api.utils.log import myLogger
 from api.utils.helper import Singleton
 
 
@@ -66,4 +66,4 @@ class SettingsFile(object):
             
 
 # This class is add/modify/cat/delete content from file
-# src: path | URL
+# src: path | URL