remove old comments

This commit is contained in:
Brad Warren 2017-08-23 15:16:36 -07:00
parent 83e37acc8b
commit b342f40c2b

View file

@ -267,13 +267,6 @@ class Installer(plugins_common.Plugin):
with open(self.fn, "w") as f:
f.write(self.new_cf)
### Let's Encrypt client IPlugin ###
# https://github.com/letsencrypt/letsencrypt/blob/master/letsencrypt/plugins/common.py#L35
### Let's Encrypt client IInstaller ###
# https://github.com/letsencrypt/letsencrypt/blob/master/letsencrypt/interfaces.py#L232
def get_all_names(self):
"""Returns all names that may be authenticated.
:rtype: `list` of `str`