certbot/letsencrypt-apache/letsencrypt_apache/__init__.py
2016-04-15 10:30:37 -07:00

8 lines
123 B
Python

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