]> git.llucax.com Git - software/pymin.git/blobdiff - services/vrrp/handler.py
Fix example configuration file for development.
[software/pymin.git] / services / vrrp / handler.py
index 2f51263a6886fd8e8b50076d36ca21bb3cf9ecca..9d8e5b5dbaa3e7f151116f6501f72098e3fb2dc4 100644 (file)
@@ -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