mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
Safe import internally
This commit is contained in:
parent
38f82cf12d
commit
254e51925b
1 changed files with 3 additions and 1 deletions
|
|
@ -13,7 +13,9 @@ from requests.exceptions import RequestException
|
|||
from certbot import errors
|
||||
from certbot.achallenges import AnnotatedChallenge
|
||||
from certbot.plugins import dns_test_common
|
||||
from certbot.plugins.dns_common_lexicon import LexiconClient
|
||||
with warnings.catch_warnings():
|
||||
warnings.filterwarnings("ignore", category=DeprecationWarning)
|
||||
from certbot.plugins.dns_common_lexicon import LexiconClient
|
||||
from certbot.plugins.dns_test_common import _AuthenticatorCallableTestCase
|
||||
from certbot.tests import util as test_util
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue