diff --git a/letsencrypt/scripts/renewer.py b/letsencrypt/scripts/renewer.py index 89cd129ad..14dae7a1b 100755 --- a/letsencrypt/scripts/renewer.py +++ b/letsencrypt/scripts/renewer.py @@ -1,5 +1,7 @@ #!/usr/bin/env python +import configobj + from letsencrypt.client import renewer DEFAULTS = configobj.ConfigObj("renewal.conf")