mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 00:22:04 +02:00
Import and non-classmethod fix
This commit is contained in:
@@ -4,6 +4,7 @@ import os
|
|||||||
|
|
||||||
import zope.component
|
import zope.component
|
||||||
|
|
||||||
|
from letsencrypt import errors
|
||||||
from letsencrypt import interfaces
|
from letsencrypt import interfaces
|
||||||
from letsencrypt import le_util
|
from letsencrypt import le_util
|
||||||
from letsencrypt.display import util as display_util
|
from letsencrypt.display import util as display_util
|
||||||
@@ -208,7 +209,7 @@ def choose_names(installer):
|
|||||||
else:
|
else:
|
||||||
return []
|
return []
|
||||||
|
|
||||||
def get_valid_domains(self, domains):
|
def get_valid_domains(domains):
|
||||||
"""Helper method for choose_names that implements basic checks
|
"""Helper method for choose_names that implements basic checks
|
||||||
on domain names
|
on domain names
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user