From 281b9ca5921b6684a0cb93fe6ec6b4e9840d82ad Mon Sep 17 00:00:00 2001 From: James Kasten Date: Thu, 11 Apr 2013 00:56:52 -0400 Subject: [PATCH] Removed testing specific code for new features --- trustify/client/configurator.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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?