From b53a45e7e79b31d0b6b44df0405366cc8a2fd016 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Sat, 28 Jun 2008 01:00:45 -0300 Subject: [PATCH] Import HandlerError in vpn service handler (closes #32) --- services/vpn/handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/vpn/handler.py b/services/vpn/handler.py index 0bcf84f..5f99434 100644 --- a/services/vpn/handler.py +++ b/services/vpn/handler.py @@ -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 -- 2.43.0