]> git.llucax.com Git - software/pymin.git/commitdiff
Import HandlerError in vpn service handler (closes #32)
authorLeandro Lucarella <llucax@gmail.com>
Sat, 28 Jun 2008 04:00:45 +0000 (01:00 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Sat, 28 Jun 2008 04:54:00 +0000 (01:54 -0300)
services/vpn/handler.py

index 0bcf84f4b732672e247f48e1fd72f24f549b19a4..5f9943434738dc4fec47a6abfbd2fd0583400491 100644 (file)
@@ -7,7 +7,7 @@ from os import path
 import logging ; log = logging.getLogger('pymin.services.vpn')
 
 from pymin.seqtools import Sequence
-from pymin.dispatcher import handler
+from pymin.dispatcher import handler, HandlerError
 from pymin.service.util import Restorable, ConfigWriter, InitdHandler, \
                                TransactionalHandler, DictSubHandler, \
                                call, ExecutionError