1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00

Re-remove server_url.

This commit is contained in:
Jacob Hoffman-Andrews
2015-05-21 23:44:13 -07:00
parent d2425e5283
commit 969c2c052d

View File

@@ -44,10 +44,6 @@ class NamespaceConfig(object):
def in_progress_dir(self): # pylint: disable=missing-docstring
return os.path.join(self.namespace.work_dir, constants.IN_PROGRESS_DIR)
@property
def server_url(self):
return self.namespace.server
@property
def server_path(self):
"""File path based on ``server``."""