X-Git-Url: https://git.llucax.com/software/pymin.git/blobdiff_plain/fd09c4a43a9c0155e5b418246ca7f72632eefd8a..refs/heads/master:/services/vrrp/handler.py diff --git a/services/vrrp/handler.py b/services/vrrp/handler.py index 9d8e5b5..e0b3f2f 100644 --- a/services/vrrp/handler.py +++ b/services/vrrp/handler.py @@ -3,11 +3,11 @@ import logging ; log = logging.getLogger('pymin.services.vrrp') from pymin import procman -from pymin.service.util import Restorable, TransactionalHandler, \ +from pymin.service.util import Restorable, ParametersHandler, \ ReloadHandler, RestartHandler, \ - ServiceHandler, ParametersHandler + ServiceHandler, TransactionalHandler -__all__ = ('VrrpHandler') +__all__ = ('VrrpHandler',) # FIXME the the command should not use new parameters unless commit where called