From f8d1d5a13c002b3384e6157ad94c1926e3e2db6b Mon Sep 17 00:00:00 2001 From: Will Greenberg Date: Fri, 12 Dec 2025 14:59:06 -0800 Subject: [PATCH] fix typo --- certbot-compatibility-test/nginx/roundtrip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot-compatibility-test/nginx/roundtrip.py b/certbot-compatibility-test/nginx/roundtrip.py index 4abfaf1c4..ff9bad3fb 100644 --- a/certbot-compatibility-test/nginx/roundtrip.py +++ b/certbot-compatibility-test/nginx/roundtrip.py @@ -3,7 +3,7 @@ import os import sys -from certbot._internal.apache import nginxparser +from certbot._internal.nginx import nginxparser def roundtrip(stuff):