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:
authorBrad Warren <bmw@eff.org>2020-11-17 22:51:27 +0300
committerBrad Warren <bmw@eff.org>2020-11-17 22:51:27 +0300
commit7ba35b44075579b9274486982b92c93b58f5094d (patch)
tree4cf984a3eb6c980c485029f84d6181f3ae65c1ba /certbot-ci
parent90557921e39cd04caaa255a5923e1d644a14ca25 (diff)
import print_function
Diffstat (limited to 'certbot-ci')
-rw-r--r--certbot-ci/certbot_integration_tests/utils/dns_server.py2
1 files changed, 2 insertions, 0 deletions
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