mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
pep8 letsencrypt
This commit is contained in:
@@ -18,6 +18,7 @@ def option_namespace(name):
|
||||
"""ArgumentParser options namespace (prefix of all options)."""
|
||||
return name + "-"
|
||||
|
||||
|
||||
def dest_namespace(name):
|
||||
"""ArgumentParser dest namespace (prefix of all destinations)."""
|
||||
return name.replace("-", "_") + "_"
|
||||
@@ -86,6 +87,7 @@ class Plugin(object):
|
||||
|
||||
# other
|
||||
|
||||
|
||||
class Addr(object):
|
||||
r"""Represents an virtual host address.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user