From d58ac89f255627a85554da797cc30d8dedd0e4e5 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Fri, 20 Jun 2008 01:12:05 -0300 Subject: [PATCH 1/1] vrrp service code cleanup. --- services/vrrp/handler.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.43.0