mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
import configobj
This commit is contained in:
parent
cdf8ccbd34
commit
e4f59e60e1
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
import configobj
|
||||
|
||||
from letsencrypt.client import renewer
|
||||
|
||||
DEFAULTS = configobj.ConfigObj("renewal.conf")
|
||||
|
|
|
|||
Loading…
Reference in a new issue