commit | df0942f34397adeeaa59fc4835cc7deb78d18238 | [log] [tgz] |
---|---|---|
author | Keith Short <keithshort@google.com> | Fri Mar 24 15:22:42 2023 -0600 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Apr 07 13:37:51 2023 +0200 |
tree | ae1b538bded90d3559369c2bb00ed4ccd95deb4e | |
parent | 52e6b4e1fed3f169b6dff39cdd8b603d6c56761c [diff] |
scripts: kconfigfunctions: cleanup edt loading An explicit import of edtlib is not required when using pickle.load() and creates a duplicate module object. Retrieve the correct module object directly from the pickle file using inspect.getmodule(). Signed-off-by: Keith Short <keithshort@google.com>