diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2022-02-10 11:44:18 +0100 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2022-02-10 11:44:18 +0100 |
commit | 2e12c7d6a1c23d134743e3dbe22cb740348625b0 (patch) | |
tree | ce15dff572c7b8b9407292b0992d928dd7465cbc /bin | |
parent | c29a59c2b0ca67f0169beef9312b3cfff19416d5 (diff) |
only load kconfig / kconfiglib when required
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/analyze-kconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/analyze-kconfig.py b/bin/analyze-kconfig.py index ceb97be..8e60472 100755 --- a/bin/analyze-kconfig.py +++ b/bin/analyze-kconfig.py @@ -18,7 +18,7 @@ import numpy as np import dfatool.cli import dfatool.utils -from dfatool.loader import KConfigAttributes +from dfatool.loader.kconfig import KConfigAttributes from dfatool.model import AnalyticModel from dfatool.validation import CrossValidator |