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