From 9d346ee2463395a1570ffb25857263ed8d364c17 Mon Sep 17 00:00:00 2001 From: James Kasten Date: Wed, 24 Oct 2012 18:55:39 -0400 Subject: [PATCH] Changed apache reload to more consistent apache restart --- 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 ce60b9889..a7deb0745 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 -#from trustify.client.CONFIG import REWRITE_HTTPS_ARGS -#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 +from trustify.client.CONFIG import REWRITE_HTTPS_ARGS +from trustify.client import logger +#import logger #TODO - Need an initialization routine... make sure directories exist..ect