X-Git-Url: https://git.llucax.com/software/pymin.git/blobdiff_plain/94d42386221cb134ec08a8d9f7cb6831960b2ad3..d58ac89f255627a85554da797cc30d8dedd0e4e5:/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