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