]> git.llucax.com Git - software/pymin.git/blobdiff - services/vrrp/handler.py
vrrp service code cleanup.
[software/pymin.git] / services / vrrp / handler.py
index 9d8e5b5dbaa3e7f151116f6501f72098e3fb2dc4..e0b3f2fd563c9b1f0ada2c60229eb0b52f488731 100644 (file)
@@ -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