Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'certbot-compatibility-test/nginx/roundtrip.py')
-rw-r--r--certbot-compatibility-test/nginx/roundtrip.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/certbot-compatibility-test/nginx/roundtrip.py b/certbot-compatibility-test/nginx/roundtrip.py
index 85d283c78..afc68647d 100644
--- a/certbot-compatibility-test/nginx/roundtrip.py
+++ b/certbot-compatibility-test/nginx/roundtrip.py
@@ -3,7 +3,8 @@
import os
import sys
-from certbot_nginx import nginxparser
+from certbot_nginx._internal import nginxparser
+
def roundtrip(stuff):
success = True