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>2019-07-02 00:44:54 +0300
committerBrad Warren <bmw@eff.org>2019-07-02 00:44:54 +0300
commitfa46a5ce53565b0e5c9613a8c84c4ce83ab28bdd (patch)
tree3a9273e25a730570549543438b753f8441f0345f
parentcaef3d3e5937770cf0d3ac2c95620f58cfb3c06c (diff)
-rw-r--r--certbot/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/certbot/__init__.py b/certbot/__init__.py
index 880f1632a..ce66dc202 100644
--- a/certbot/__init__.py
+++ b/certbot/__init__.py
@@ -1,6 +1,8 @@
"""Certbot client."""
import distutils
import imp
+import importlib
+importlib.reload(imp)
# version number like 1.2.3a0, must have at least 2 parts, like 1.2