mirror of
https://github.com/certbot/certbot.git
synced 2026-02-16 09:07:49 -05:00
8 lines
123 B
Python
8 lines
123 B
Python
"""Let's Encrypt Apache plugin."""
|
|
import sys
|
|
|
|
|
|
import certbot_apache
|
|
|
|
|
|
sys.modules['letsencrypt_apache'] = certbot_apache
|