mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03:00
Removed testing specific code for new features
This commit is contained in:
@@ -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?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user