From 7ba35b44075579b9274486982b92c93b58f5094d Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Tue, 17 Nov 2020 11:51:27 -0800 Subject: [PATCH] import print_function --- certbot-ci/certbot_integration_tests/utils/dns_server.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/certbot-ci/certbot_integration_tests/utils/dns_server.py b/certbot-ci/certbot_integration_tests/utils/dns_server.py index b6b922f6d..3d2f50d3b 100644 --- a/certbot-ci/certbot_integration_tests/utils/dns_server.py +++ b/certbot-ci/certbot_integration_tests/utils/dns_server.py @@ -1,5 +1,7 @@ #!/usr/bin/env python """Module to setup an RFC2136-capable DNS server""" +from __future__ import print_function + import os import os.path from pkg_resources import resource_filename