]> git.llucax.com Git - software/pymin.git/commitdiff
vrrp service code cleanup.
authorLeandro Lucarella <llucax@gmail.com>
Fri, 20 Jun 2008 04:12:05 +0000 (01:12 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Fri, 20 Jun 2008 04:12:26 +0000 (01:12 -0300)
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