summaryrefslogtreecommitdiff
path: root/src/conf_mode/service_event_handler.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf_mode/service_event_handler.py')
-rwxr-xr-xsrc/conf_mode/service_event_handler.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/conf_mode/service_event_handler.py b/src/conf_mode/service_event_handler.py
index 5440d1056..5028ef52f 100755
--- a/src/conf_mode/service_event_handler.py
+++ b/src/conf_mode/service_event_handler.py
@@ -18,7 +18,8 @@ import json
from pathlib import Path
from vyos.config import Config
-from vyos.util import call, dict_search
+from vyos.utils.dict import dict_search
+from vyos.utils.process import call
from vyos import ConfigError
from vyos import airbag