mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
Added import logger into configurator
This commit is contained in:
parent
137af17c09
commit
f218b3d909
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ import sys
|
|||
import socket
|
||||
import time
|
||||
import shutil
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue