diff --git a/trustify/client/configurator.py b/trustify/client/configurator.py index 95d9e5d6c..a3c306d44 100644 --- a/trustify/client/configurator.py +++ b/trustify/client/configurator.py @@ -8,11 +8,11 @@ import socket import time import shutil -#from trustify.client.CONFIG import SERVER_ROOT, BACKUP_DIR, MODIFIED_FILES -from CONFIG import SERVER_ROOT, BACKUP_DIR, MODIFIED_FILES, REWRITE_HTTPS_ARGS, CONFIG_DIR, WORK_DIR -#from trustify.client.CONFIG import REWRITE_HTTPS_ARGS, CONFIG_DIR, WORK_DIR -#from trustify.client import logger -import logger +from trustify.client.CONFIG import SERVER_ROOT, BACKUP_DIR, MODIFIED_FILES +#from CONFIG import SERVER_ROOT, BACKUP_DIR, MODIFIED_FILES, REWRITE_HTTPS_ARGS, CONFIG_DIR, WORK_DIR +from trustify.client.CONFIG import REWRITE_HTTPS_ARGS, CONFIG_DIR, WORK_DIR +from trustify.client import logger +#import logger # Question: Are there attacks that can result from modifying CONFIG file?