mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 06:15:36 -04:00
reload
This commit is contained in:
parent
caef3d3e59
commit
fa46a5ce53
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue