mirror of
https://github.com/certbot/certbot.git
synced 2026-03-19 09:02:08 -04:00
9 lines
123 B
Python
9 lines
123 B
Python
|
|
"""Let's Encrypt Apache plugin."""
|
||
|
|
import sys
|
||
|
|
|
||
|
|
|
||
|
|
import certbot_apache
|
||
|
|
|
||
|
|
|
||
|
|
sys.modules['letsencrypt_apache'] = certbot_apache
|