X-Git-Url: https://git.llucax.com/software/pymin.git/blobdiff_plain/b927d948f9b32c99da909af49f41bb1d4adb2a5e..8c3c99945f0124871769997e7335546b52b0af61:/services/vrrp/handler.py diff --git a/services/vrrp/handler.py b/services/vrrp/handler.py index 2f51263..9d8e5b5 100644 --- a/services/vrrp/handler.py +++ b/services/vrrp/handler.py @@ -7,11 +7,7 @@ from pymin.service.util import Restorable, TransactionalHandler, \ ReloadHandler, RestartHandler, \ ServiceHandler, ParametersHandler -__all__ = ('VrrpHandler', 'get_service') - - -def get_service(config): - return VrrpHandler(config.vrrp.pickle_dir, config.vrrp.config_dir) +__all__ = ('VrrpHandler') # FIXME the the command should not use new parameters unless commit where called