mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
letshelp-letsencrypt shim
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
"""Tools for submitting server configurations."""
|
||||
import sys
|
||||
|
||||
|
||||
import letshelp_certbot
|
||||
|
||||
|
||||
sys.modules['letshelp_letsencrypt'] = letshelp_certbot
|
||||
Reference in New Issue
Block a user