mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 16:19:13 +02:00
Rename certbot.le_util to certbot.util
Also rename certbot/tests/le_util_test.py to certbot/tests/util_test.py
This commit is contained in:
+2
-2
@@ -18,7 +18,7 @@ from certbot import constants
|
||||
from certbot import crypto_util
|
||||
from certbot import errors
|
||||
from certbot import interfaces
|
||||
from certbot import le_util
|
||||
from certbot import util
|
||||
from certbot import hooks
|
||||
from certbot import storage
|
||||
from certbot.plugins import disco as plugins_disco
|
||||
@@ -86,7 +86,7 @@ def _reconstitute(config, full_path):
|
||||
return None
|
||||
|
||||
try:
|
||||
config.domains = [le_util.enforce_domain_sanity(d)
|
||||
config.domains = [util.enforce_domain_sanity(d)
|
||||
for d in renewal_candidate.names()]
|
||||
except errors.ConfigurationError as error:
|
||||
logger.warning("Renewal configuration file %s references a cert "
|
||||
|
||||
Reference in New Issue
Block a user