import configobj

This commit is contained in:
Seth Schoen 2015-04-22 12:42:32 -07:00
parent cdf8ccbd34
commit e4f59e60e1

View file

@ -1,5 +1,7 @@
#!/usr/bin/env python
import configobj
from letsencrypt.client import renewer
DEFAULTS = configobj.ConfigObj("renewal.conf")