mirror of
https://github.com/certbot/certbot.git
synced 2026-04-29 02:02:00 -04:00
Removed testing specific code for new features
This commit is contained in:
parent
719f50cbde
commit
281b9ca592
1 changed files with 5 additions and 5 deletions
|
|
@ -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?
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue