This commit is contained in:
Erica Portnoy 2021-03-24 14:51:46 -07:00
parent 677a533ee9
commit 4572e3bc8e
2 changed files with 0 additions and 5 deletions

View file

@ -1,8 +1,4 @@
"""Certbot command line constants"""
import sys
from certbot.compat import os
cli_command = "certbot"

View file

@ -134,7 +134,6 @@ def choose_plugin(prepared, question):
opts = [plugin_ep.description_with_name +
(" [Misconfigured]" if plugin_ep.misconfigured else "")
for plugin_ep in prepared]
names = set(plugin_ep.name for plugin_ep in prepared)
while True:
disp = z_util(interfaces.IDisplay)