Suggest reverter for installers

This commit is contained in:
Brad Warren 2016-06-23 17:16:58 -07:00
parent 7e5e016982
commit 7aa6becc5b

View file

@ -246,6 +246,9 @@ class IInstaller(IPlugin):
restored in a consistent manner if requested by the user or in case
of an error.
Using :class:`certbot.reverter.Reverter` to implement checkpoints,
rollback, and recovery can dramatically simplify plugin development.
"""
def get_all_names():