certbot/letsencrypt-apache/letsencrypt_apache/__init__.py

9 lines
123 B
Python
Raw Normal View History

2016-04-15 13:30:37 -04:00
"""Let's Encrypt Apache plugin."""
import sys
import certbot_apache
sys.modules['letsencrypt_apache'] = certbot_apache