aboutsummaryrefslogtreecommitdiffstats
path: root/pylog/tests/test_log_watchdog.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylog/tests/test_log_watchdog.py')
-rw-r--r--pylog/tests/test_log_watchdog.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pylog/tests/test_log_watchdog.py b/pylog/tests/test_log_watchdog.py
index 5f43138..e1b9fea 100644
--- a/pylog/tests/test_log_watchdog.py
+++ b/pylog/tests/test_log_watchdog.py
@@ -22,7 +22,8 @@ if sys.version_info[0] >= 3:
import pytest
import yaml
-from onaplogging.logWatchDog import FileEventHandlers, _yaml2Dict, _yamlConfig
+from onaplogging.logWatchDog import FileEventHandlers, _yamlConfig
+from onaplogging.utils.tools import yaml_to_dict, _yaml2Dict
TestEvent = namedtuple("TestEvent", ["src_path"])