mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 02:44:21 +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:
@@ -8,7 +8,7 @@ import zope.interface
|
||||
from certbot import constants
|
||||
from certbot import errors
|
||||
from certbot import interfaces
|
||||
from certbot import le_util
|
||||
from certbot import util
|
||||
|
||||
|
||||
@zope.interface.implementer(interfaces.IConfig)
|
||||
@@ -132,4 +132,4 @@ def check_config_sanity(config):
|
||||
if config.namespace.domains is not None:
|
||||
for domain in config.namespace.domains:
|
||||
# This may be redundant, but let's be paranoid
|
||||
le_util.enforce_domain_sanity(domain)
|
||||
util.enforce_domain_sanity(domain)
|
||||
|
||||
Reference in New Issue
Block a user