mirror of
https://github.com/certbot/certbot.git
synced 2026-07-31 18:34:41 +02:00
Fix dependency issue
This commit is contained in:
+2
-1
@@ -355,10 +355,11 @@ class HelpfulArgumentParser(object):
|
||||
|
||||
def __init__(self, args, plugins, detect_defaults=False):
|
||||
from letsencrypt import main
|
||||
from letsencrypt import renew
|
||||
self.VERBS = {"auth": main.obtain_cert, "certonly": main.obtain_cert,
|
||||
"config_changes": main.config_changes, "run": main.run,
|
||||
"install": main.install, "plugins": main.plugins_cmd,
|
||||
"renew": renew, "revoke": main.revoke,
|
||||
"renew": renew.renew, "revoke": main.revoke,
|
||||
"rollback": main.rollback, "everything": main.run}
|
||||
|
||||
# List of topics for which additional help can be provided
|
||||
|
||||
Reference in New Issue
Block a user