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:
authorOsirisInferi <github@flut.demon.nl>2020-02-06 00:27:12 +0300
committerOsirisInferi <github@flut.demon.nl>2020-02-06 00:27:12 +0300
commitd3a4b8fd8c068624b40179f567e191b6979bf6cf (patch)
tree7b4f612e651e7ee1b22bd0371453faccc0185285
parentf3ed13374456f3b53fc87dc0fa1ed71b1efa37e7 (diff)
Missing import
-rw-r--r--certbot-apache/certbot_apache/_internal/http_01.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/certbot-apache/certbot_apache/_internal/http_01.py b/certbot-apache/certbot_apache/_internal/http_01.py
index ad62a77bb..6c822cc38 100644
--- a/certbot-apache/certbot_apache/_internal/http_01.py
+++ b/certbot-apache/certbot_apache/_internal/http_01.py
@@ -1,5 +1,6 @@
"""A class that performs HTTP-01 challenges for Apache"""
import logging
+import errno
from acme.magic_typing import List # pylint: disable=unused-import, no-name-in-module
from acme.magic_typing import Set # pylint: disable=unused-import, no-name-in-module