mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
Import and non-classmethod fix
This commit is contained in:
parent
e891624cb1
commit
3c1c3c3e8d
1 changed files with 2 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ import os
|
|||
|
||||
import zope.component
|
||||
|
||||
from letsencrypt import errors
|
||||
from letsencrypt import interfaces
|
||||
from letsencrypt import le_util
|
||||
from letsencrypt.display import util as display_util
|
||||
|
|
@ -208,7 +209,7 @@ def choose_names(installer):
|
|||
else:
|
||||
return []
|
||||
|
||||
def get_valid_domains(self, domains):
|
||||
def get_valid_domains(domains):
|
||||
"""Helper method for choose_names that implements basic checks
|
||||
on domain names
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue