mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 08:12:15 -04:00
Updated null installer interface
This commit is contained in:
parent
2b9f72fc29
commit
31e9519ef5
1 changed files with 3 additions and 0 deletions
|
|
@ -47,6 +47,9 @@ class Installer(common.Plugin):
|
|||
def rollback_checkpoints(self, rollback=1):
|
||||
pass # pragma: no cover
|
||||
|
||||
def recovery_routine(self):
|
||||
pass # pragma: no cover
|
||||
|
||||
def view_config_changes(self):
|
||||
pass # pragma: no cover
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue