1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-27 19:42:53 +03:00
Files
certbot/letsencrypt-apache/letsencrypt_apache/__init__.py
2016-04-15 10:30:37 -07:00

9 lines
123 B
Python

"""Let's Encrypt Apache plugin."""
import sys
import certbot_apache
sys.modules['letsencrypt_apache'] = certbot_apache