mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 08:08:00 +02:00
Address review nits
This commit is contained in:
+2
-1
@@ -11,6 +11,8 @@ import traceback
|
|||||||
import OpenSSL
|
import OpenSSL
|
||||||
import zope.component
|
import zope.component
|
||||||
|
|
||||||
|
from acme import jose
|
||||||
|
|
||||||
import letsencrypt
|
import letsencrypt
|
||||||
|
|
||||||
from letsencrypt import account
|
from letsencrypt import account
|
||||||
@@ -27,7 +29,6 @@ from letsencrypt import log
|
|||||||
from letsencrypt import reporter
|
from letsencrypt import reporter
|
||||||
from letsencrypt import storage
|
from letsencrypt import storage
|
||||||
|
|
||||||
from acme import jose
|
|
||||||
from letsencrypt.cli import choose_configurator_plugins, _renewal_conf_files, should_renew
|
from letsencrypt.cli import choose_configurator_plugins, _renewal_conf_files, should_renew
|
||||||
from letsencrypt.display import util as display_util, ops as display_ops
|
from letsencrypt.display import util as display_util, ops as display_ops
|
||||||
from letsencrypt.plugins import disco as plugins_disco
|
from letsencrypt.plugins import disco as plugins_disco
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ import letsencrypt.errors as errors
|
|||||||
|
|
||||||
from letsencrypt.display import util as display_util
|
from letsencrypt.display import util as display_util
|
||||||
|
|
||||||
|
|
||||||
CHOICES = [("First", "Description1"), ("Second", "Description2")]
|
CHOICES = [("First", "Description1"), ("Second", "Description2")]
|
||||||
TAGS = ["tag1", "tag2", "tag3"]
|
TAGS = ["tag1", "tag2", "tag3"]
|
||||||
TAGS_CHOICES = [("1", "tag1"), ("2", "tag2"), ("3", "tag3")]
|
TAGS_CHOICES = [("1", "tag1"), ("2", "tag2"), ("3", "tag3")]
|
||||||
|
|||||||
Reference in New Issue
Block a user