From 96dadf4b29e6ed61ba23577ab3998cf6b93a6c40 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Mon, 21 Jun 2021 21:19:39 +0200 Subject: vyos.certbot: T3641: adjust to new python3-certbot-nginx API --- python/vyos/certbot_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/vyos/certbot_util.py b/python/vyos/certbot_util.py index df42d4780..bcb78381f 100644 --- a/python/vyos/certbot_util.py +++ b/python/vyos/certbot_util.py @@ -1,7 +1,7 @@ # certbot_util -- adaptation of certbot_nginx name matching functions for VyOS # https://github.com/certbot/certbot/blob/master/LICENSE.txt -from certbot_nginx import parser +from certbot_nginx._internal import parser NAME_RANK = 0 START_WILDCARD_RANK = 1 -- cgit v1.2.3