diff --git a/trustify/client/configurator.py b/trustify/client/configurator.py index de6dbbdc2..9e9ab7380 100644 --- a/trustify/client/configurator.py +++ b/trustify/client/configurator.py @@ -7,11 +7,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 -#from trustify.client.CONFIG import REWRITE_HTTPS_ARGS, CONFIG_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 +from trustify.client.CONFIG import REWRITE_HTTPS_ARGS, CONFIG_DIR +from trustify.client import logger +#import logger #TODO - Need an initialization routine... make sure directories exist..ect